#64800C

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

Shades of Fiji Green #64800C

Tints of Fiji Green #64800C

Color information

#64800C (or 0x64800C) is unknown color: approx Fiji Green. HEX triplet: 64, 80 and 0C. RGB value is (100,128,12). Sum of RGB (Red+Green+Blue) = 100+128+12=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #64800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64800C is #9B7FF3. Grayscale: #6A6A6A. Windows color (decimal): -10190836 or 819300. OLE color: 819300.

HSL color Cylindrical-coordinate representation of color #64800C: hue angle of 74.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64800C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB10012812-
CMYK0.2200.910.50
HSL74.48º82.86%27.45%-
HSV(B)74.48º90.62%50.2%-
XYZ13.0418.173.17-
YUV106.474.72123.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 12 (5.08% from 255) = 5%
R=41.67%
G=53.33%
B=5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128120.2200.910.5074.4882.8627.45
Hex6480C1605B324a531b
Octal144200142601336211212333
Binary110010010000000110010110010110111100101001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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