#64680D

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

Shades of Fiji Green #64680D

Tints of Fiji Green #64680D

Color information

#64680D (or 0x64680D) is unknown color: approx Fiji Green. HEX triplet: 64, 68 and 0D. RGB value is (100,104,13). Sum of RGB (Red+Green+Blue) = 100+104+13=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #64680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64680D is #9B97F2. Grayscale: #5C5C5C. Windows color (decimal): -10196979 or 878692. OLE color: 878692.

HSL color Cylindrical-coordinate representation of color #64680D: hue angle of 62.64º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64680D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB10010413-
CMYK0.0400.880.59
HSL62.64º77.78%22.94%-
HSV(B)62.64º87.5%40.78%-
XYZ10.2812.642.28-
YUV92.4383.17133.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=46.08%
G=47.93%
B=5.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104130.0400.880.5962.6477.7822.94
Hex6468D40583B3f4e17
Octal1441501540130737711627
Binary11001001101000110110001011000111011111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64680D; }

 p { color: rgb(100,104,13); }

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

<style>
 a { background-color: #64680D; }

 a { background-color: rgb(100,104,13); }

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

<style>
 span { border-color: #64680D; }

 span { border-color: rgb(100,104,13); }

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