Shades of Fiji Green #64610A
Tints of Fiji Green #64610A
RGB
CMYK
RGB Variations
Color information
#64610A (or 0x64610A) is known color: Fiji Green. HEX triplet: 64, 61 and 0A. RGB value is (100,97,10). Sum of RGB (Red+Green+Blue) = 100+97+10=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64610A is #9B9EF5. Grayscale: #585858. Windows color (decimal): -10198774 or 680292. OLE color: 680292.
HSL color Cylindrical-coordinate representation of color #64610A: hue angle of 58º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64610A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 10 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.61 |
| HSL | 58º | 0.82% | 0.22% | - |
| HSV(B) | 58º | 0.9% | 0.39% | - |
| XYZ | 9.59 | 11.28 | 1.96 | - |
| YUV | 87.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 10 | 0 | 0.03 | 0.90 | 0.61 | 58 | 0.82 | 0.22 |
| Hex | 64 | 61 | A | 0 | 3 | 5A | 3D | 3A | 52 | 16 |
| Octal | 144 | 141 | 12 | 0 | 3 | 132 | 75 | 72 | 122 | 26 |
| Binary | 1100100 | 1100001 | 1010 | 0 | 11 | 1011010 | 111101 | 111010 | 1010010 | 10110 |
Color Harmonies of #64610A
Complementary color
Monochromatic Colors of #64610A
Black with #64610A
Text Example
Text Example
White with #64610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64610A; }
p { color: rgb(100,97,10); }
H1.HeaderClassName
{
color: #64610A;
}
.AnyTagClassName
{
color: #64610A;
}
</style>
background-color css
<style>
a { background-color: #64610A; }
a { background-color: rgb(100,97,10); }
div.DivClassName
{
background-color: #64610A;
}
.BgClassName
{
background-color: #64610A;
}
</style>
border-color css
<style>
span { border-color: #64610A; }
span { border-color: rgb(100,97,10); }
td.TdClassName
{
border-color: #64610A;
}
.TagClassName
{
border-color: #64610A;
}
</style>