Shades of Fiji Green #606210
Tints of Fiji Green #606210
RGB
CMYK
RGB Variations
Color information
#606210 (or 0x606210) is known color: Fiji Green. HEX triplet: 60, 62 and 10. RGB value is (96,98,16). Sum of RGB (Red+Green+Blue) = 96+98+16=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #606210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606210 is #9F9DEF. Grayscale: #585858. Windows color (decimal): -10460656 or 1073760. OLE color: 1073760.
HSL color Cylindrical-coordinate representation of color #606210: hue angle of 61.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #606210 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 16 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.62 |
| HSL | 61.46º | 0.72% | 0.22% | - |
| HSV(B) | 61.46º | 0.84% | 0.38% | - |
| XYZ | 9.29 | 11.26 | 2.17 | - |
| YUV | 88.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 16 | 0.02 | 0 | 0.84 | 0.62 | 61.46 | 0.72 | 0.22 |
| Hex | 60 | 62 | 10 | 2 | 0 | 54 | 3E | 3D | 48 | 16 |
| Octal | 140 | 142 | 20 | 2 | 0 | 124 | 76 | 75 | 110 | 26 |
| Binary | 1100000 | 1100010 | 10000 | 10 | 0 | 1010100 | 111110 | 111101 | 1001000 | 10110 |
Color Harmonies of #606210
Complementary color
Monochromatic Colors of #606210
Black with #606210
Text Example
Text Example
White with #606210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606210; }
p { color: rgb(96,98,16); }
H1.HeaderClassName
{
color: #606210;
}
.AnyTagClassName
{
color: #606210;
}
</style>
background-color css
<style>
a { background-color: #606210; }
a { background-color: rgb(96,98,16); }
div.DivClassName
{
background-color: #606210;
}
.BgClassName
{
background-color: #606210;
}
</style>
border-color css
<style>
span { border-color: #606210; }
span { border-color: rgb(96,98,16); }
td.TdClassName
{
border-color: #606210;
}
.TagClassName
{
border-color: #606210;
}
</style>