#64770C

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

Shades of Fiji Green #64770C

Tints of Fiji Green #64770C

Color information

#64770C (or 0x64770C) is unknown color: approx Fiji Green. HEX triplet: 64, 77 and 0C. RGB value is (100,119,12). Sum of RGB (Red+Green+Blue) = 100+119+12=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #64770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64770C is #9B88F3. Grayscale: #656565. Windows color (decimal): -10193140 or 816996. OLE color: 816996.

HSL color Cylindrical-coordinate representation of color #64770C: hue angle of 70.65º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64770C is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB10011912-
CMYK0.1600.900.53
HSL70.65º81.68%25.69%-
HSV(B)70.65º89.92%46.67%-
XYZ11.9215.932.79-
YUV101.1277.71127.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=43.29%
G=51.52%
B=5.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119120.1600.900.5370.6581.6825.69
Hex6477C1005A3547521a
Octal144167142001326510712232
Binary11001001110111110010000010110101101011000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,119,12); }

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

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

 a { background-color: rgb(100,119,12); }

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

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

 span { border-color: rgb(100,119,12); }

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