#65730E

Color #65730E Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #65730E

Tints of Fiji Green #65730E

Color information

#65730E (or 0x65730E) is unknown color: approx Fiji Green. HEX triplet: 65, 73 and 0E. RGB value is (101,115,14). Sum of RGB (Red+Green+Blue) = 101+115+14=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #65730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65730E is #9A8CF1. Grayscale: #636363. Windows color (decimal): -10128626 or 947045. OLE color: 947045.

HSL color Cylindrical-coordinate representation of color #65730E: hue angle of 68.32º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65730E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB10111514-
CMYK0.1200.880.55
HSL68.32º78.29%25.29%-
HSV(B)68.32º87.83%45.1%-
XYZ11.5815.062.71-
YUV99.379.86129.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=43.91%
G=50%
B=6.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101115140.1200.880.5568.3278.2925.29
Hex6573EC05837444e19
Octal145163161401306710411631
Binary1100101111001111101100010110001101111000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65730E; }

 p { color: rgb(101,115,14); }

 H1.HeaderClassName
 {
   color: #65730E;
 }
 .AnyTagClassName
 {
   color: #65730E;
 }
</style>
background-color css

<style>
 a { background-color: #65730E; }

 a { background-color: rgb(101,115,14); }

 div.DivClassName
 {
   background-color: #65730E;
 }
 .BgClassName
 {
   background-color: #65730E;
 }
</style>
border-color css

<style>
 span { border-color: #65730E; }

 span { border-color: rgb(101,115,14); }

 td.TdClassName
 {
   border-color: #65730E;
 }
 .TagClassName
 {
   border-color: #65730E;
 }
</style>