#64620F

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

Shades of Fiji Green #64620F

Tints of Fiji Green #64620F

Color information

#64620F (or 0x64620F) is unknown color: approx Fiji Green. HEX triplet: 64, 62 and 0F. RGB value is (100,98,15). Sum of RGB (Red+Green+Blue) = 100+98+15=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64620F is #9B9DF0. Grayscale: #595959. Windows color (decimal): -10198513 or 1008228. OLE color: 1008228.

HSL color Cylindrical-coordinate representation of color #64620F: hue angle of 58.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64620F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1009815-
CMYK00.020.850.61
HSL58.59º73.91%22.55%-
HSV(B)58.59º85%39.22%-
XYZ9.7111.482.16-
YUV89.1486.16135.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=46.95%
G=46.01%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100981500.020.850.6158.5973.9122.55
Hex6462F02553D3b4a17
Octal1441421702125757311227
Binary1100100110001011110101010101111101111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64620F; }

 p { color: rgb(100,98,15); }

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

<style>
 a { background-color: #64620F; }

 a { background-color: rgb(100,98,15); }

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

<style>
 span { border-color: #64620F; }

 span { border-color: rgb(100,98,15); }

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