#64761C

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

Shades of Fiji Green #64761C

Tints of Fiji Green #64761C

Color information

#64761C (or 0x64761C) is unknown color: approx Fiji Green. HEX triplet: 64, 76 and 1C. RGB value is (100,118,28). Sum of RGB (Red+Green+Blue) = 100+118+28=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #64761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64761C is #9B89E3. Grayscale: #666666. Windows color (decimal): -10193380 or 1865316. OLE color: 1865316.

HSL color Cylindrical-coordinate representation of color #64761C: hue angle of 72º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64761C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB10011828-
CMYK0.1500.760.54
HSL72º61.64%28.63%-
HSV(B)72º76.27%46.27%-
XYZ11.9415.753.51-
YUV102.3686.04126.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=40.65%
G=47.97%
B=11.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100118280.1500.760.547261.6428.63
Hex64761CF04C36483e1d
Octal14416634170114661107635
Binary1100100111011011100111101001100110110100100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64761C; }

 p { color: rgb(100,118,28); }

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

<style>
 a { background-color: #64761C; }

 a { background-color: rgb(100,118,28); }

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

<style>
 span { border-color: #64761C; }

 span { border-color: rgb(100,118,28); }

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