Shades of Fiji Green #606207
Tints of Fiji Green #606207
RGB
CMYK
RGB Variations
Color information
#606207 (or 0x606207) is known color: Fiji Green. HEX triplet: 60, 62 and 07. RGB value is (96,98,7). Sum of RGB (Red+Green+Blue) = 96+98+7=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #606207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606207 is #9F9DF8. Grayscale: #575757. Windows color (decimal): -10460665 or 483936. OLE color: 483936.
HSL color Cylindrical-coordinate representation of color #606207: hue angle of 61.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #606207 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 7 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.62 |
| HSL | 61.32º | 0.87% | 0.21% | - |
| HSV(B) | 61.32º | 0.93% | 0.38% | - |
| XYZ | 9.23 | 11.24 | 1.88 | - |
| YUV | 87.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 7 | 0.02 | 0 | 0.93 | 0.62 | 61.32 | 0.87 | 0.21 |
| Hex | 60 | 62 | 7 | 2 | 0 | 5D | 3E | 3D | 57 | 15 |
| Octal | 140 | 142 | 7 | 2 | 0 | 135 | 76 | 75 | 127 | 25 |
| Binary | 1100000 | 1100010 | 111 | 10 | 0 | 1011101 | 111110 | 111101 | 1010111 | 10101 |
Color Harmonies of #606207
Complementary color
Monochromatic Colors of #606207
Black with #606207
Text Example
Text Example
White with #606207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606207; }
p { color: rgb(96,98,7); }
H1.HeaderClassName
{
color: #606207;
}
.AnyTagClassName
{
color: #606207;
}
</style>
background-color css
<style>
a { background-color: #606207; }
a { background-color: rgb(96,98,7); }
div.DivClassName
{
background-color: #606207;
}
.BgClassName
{
background-color: #606207;
}
</style>
border-color css
<style>
span { border-color: #606207; }
span { border-color: rgb(96,98,7); }
td.TdClassName
{
border-color: #606207;
}
.TagClassName
{
border-color: #606207;
}
</style>