Shades of Fiji Green #64610C
Tints of Fiji Green #64610C
RGB
CMYK
RGB Variations
Color information
#64610C (or 0x64610C) is known color: Fiji Green. HEX triplet: 64, 61 and 0C. RGB value is (100,97,12). Sum of RGB (Red+Green+Blue) = 100+97+12=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64610C is #9B9EF3. Grayscale: #585858. Windows color (decimal): -10198772 or 811364. OLE color: 811364.
HSL color Cylindrical-coordinate representation of color #64610C: hue angle of 57.95º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64610C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 12 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.61 |
| HSL | 57.95º | 0.79% | 0.22% | - |
| HSV(B) | 57.95º | 0.88% | 0.39% | - |
| XYZ | 9.6 | 11.29 | 2.02 | - |
| YUV | 88.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 12 | 0 | 0.03 | 0.88 | 0.61 | 57.95 | 0.79 | 0.22 |
| Hex | 64 | 61 | C | 0 | 3 | 58 | 3D | 3A | 4F | 16 |
| Octal | 144 | 141 | 14 | 0 | 3 | 130 | 75 | 72 | 117 | 26 |
| Binary | 1100100 | 1100001 | 1100 | 0 | 11 | 1011000 | 111101 | 111010 | 1001111 | 10110 |
Color Harmonies of #64610C
Complementary color
Monochromatic Colors of #64610C
Black with #64610C
Text Example
Text Example
White with #64610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64610C; }
p { color: rgb(100,97,12); }
H1.HeaderClassName
{
color: #64610C;
}
.AnyTagClassName
{
color: #64610C;
}
</style>
background-color css
<style>
a { background-color: #64610C; }
a { background-color: rgb(100,97,12); }
div.DivClassName
{
background-color: #64610C;
}
.BgClassName
{
background-color: #64610C;
}
</style>
border-color css
<style>
span { border-color: #64610C; }
span { border-color: rgb(100,97,12); }
td.TdClassName
{
border-color: #64610C;
}
.TagClassName
{
border-color: #64610C;
}
</style>