Shades of Fiji Green #606900
Tints of Fiji Green #606900
RGB
CMYK
RGB Variations
Color information
#606900 (or 0x606900) is known color: Fiji Green. HEX triplet: 60, 69 and 00. RGB value is (96,105,0). Sum of RGB (Red+Green+Blue) = 96+105+0=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #606900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606900 is #9F96FF. Grayscale: #5A5A5A. Windows color (decimal): -10458880 or 26976. OLE color: 26976.
HSL color Cylindrical-coordinate representation of color #606900: hue angle of 65.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606900 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.59 |
| HSL | 65.14º | 1% | 0.21% | - |
| HSV(B) | 65.14º | 1% | 0.41% | - |
| XYZ | 9.88 | 12.59 | 1.91 | - |
| YUV | 90.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 0 | 0.09 | 0 | 1 | 0.59 | 65.14 | 1 | 0.21 |
| Hex | 60 | 69 | 0 | 9 | 0 | 64 | 3B | 41 | 64 | 15 |
| Octal | 140 | 151 | 0 | 11 | 0 | 144 | 73 | 101 | 144 | 25 |
| Binary | 1100000 | 1101001 | 0 | 1001 | 0 | 1100100 | 111011 | 1000001 | 1100100 | 10101 |
Color Harmonies of #606900
Complementary color
Monochromatic Colors of #606900
Black with #606900
Text Example
Text Example
White with #606900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606900; }
p { color: rgb(96,105,0); }
H1.HeaderClassName
{
color: #606900;
}
.AnyTagClassName
{
color: #606900;
}
</style>
background-color css
<style>
a { background-color: #606900; }
a { background-color: rgb(96,105,0); }
div.DivClassName
{
background-color: #606900;
}
.BgClassName
{
background-color: #606900;
}
</style>
border-color css
<style>
span { border-color: #606900; }
span { border-color: rgb(96,105,0); }
td.TdClassName
{
border-color: #606900;
}
.TagClassName
{
border-color: #606900;
}
</style>