Shades of Fiji Green #606200
Tints of Fiji Green #606200
RGB
CMYK
RGB Variations
Color information
#606200 (or 0x606200) is known color: Fiji Green. HEX triplet: 60, 62 and 00. RGB value is (96,98,0). Sum of RGB (Red+Green+Blue) = 96+98+0=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #606200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606200 is #9F9DFF. Grayscale: #565656. Windows color (decimal): -10460672 or 25184. OLE color: 25184.
HSL color Cylindrical-coordinate representation of color #606200: hue angle of 61.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.62 |
| HSL | 61.22º | 1% | 0.19% | - |
| HSV(B) | 61.22º | 1% | 0.38% | - |
| XYZ | 9.19 | 11.22 | 1.68 | - |
| YUV | 86.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 0 | 0.02 | 0 | 1 | 0.62 | 61.22 | 1 | 0.19 |
| Hex | 60 | 62 | 0 | 2 | 0 | 64 | 3E | 3D | 64 | 13 |
| Octal | 140 | 142 | 0 | 2 | 0 | 144 | 76 | 75 | 144 | 23 |
| Binary | 1100000 | 1100010 | 0 | 10 | 0 | 1100100 | 111110 | 111101 | 1100100 | 10011 |
Color Harmonies of #606200
Complementary color
Monochromatic Colors of #606200
Black with #606200
Text Example
Text Example
White with #606200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606200; }
p { color: rgb(96,98,0); }
H1.HeaderClassName
{
color: #606200;
}
.AnyTagClassName
{
color: #606200;
}
</style>
background-color css
<style>
a { background-color: #606200; }
a { background-color: rgb(96,98,0); }
div.DivClassName
{
background-color: #606200;
}
.BgClassName
{
background-color: #606200;
}
</style>
border-color css
<style>
span { border-color: #606200; }
span { border-color: rgb(96,98,0); }
td.TdClassName
{
border-color: #606200;
}
.TagClassName
{
border-color: #606200;
}
</style>