Shades of Fiji Green #64760C
Tints of Fiji Green #64760C
RGB
CMYK
RGB Variations
Color information
#64760C (or 0x64760C) is known color: Fiji Green. HEX triplet: 64, 76 and 0C. RGB value is (100,118,12). Sum of RGB (Red+Green+Blue) = 100+118+12=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #64760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64760C is #9B89F3. Grayscale: #646464. Windows color (decimal): -10193396 or 816740. OLE color: 816740.
HSL color Cylindrical-coordinate representation of color #64760C: hue angle of 70.19º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64760C is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 12 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.54 |
| HSL | 70.19º | 0.82% | 0.25% | - |
| HSV(B) | 70.19º | 0.9% | 0.46% | - |
| XYZ | 11.8 | 15.69 | 2.75 | - |
| YUV | 100.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 12 | 0.15 | 0 | 0.90 | 0.54 | 70.19 | 0.82 | 0.25 |
| Hex | 64 | 76 | C | F | 0 | 5A | 36 | 46 | 52 | 19 |
| Octal | 144 | 166 | 14 | 17 | 0 | 132 | 66 | 106 | 122 | 31 |
| Binary | 1100100 | 1110110 | 1100 | 1111 | 0 | 1011010 | 110110 | 1000110 | 1010010 | 11001 |
Color Harmonies of #64760C
Complementary color
Monochromatic Colors of #64760C
Black with #64760C
Text Example
Text Example
White with #64760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64760C; }
p { color: rgb(100,118,12); }
H1.HeaderClassName
{
color: #64760C;
}
.AnyTagClassName
{
color: #64760C;
}
</style>
background-color css
<style>
a { background-color: #64760C; }
a { background-color: rgb(100,118,12); }
div.DivClassName
{
background-color: #64760C;
}
.BgClassName
{
background-color: #64760C;
}
</style>
border-color css
<style>
span { border-color: #64760C; }
span { border-color: rgb(100,118,12); }
td.TdClassName
{
border-color: #64760C;
}
.TagClassName
{
border-color: #64760C;
}
</style>