Shades of Fiji Green #606910
Tints of Fiji Green #606910
RGB
CMYK
RGB Variations
Color information
#606910 (or 0x606910) is known color: Fiji Green. HEX triplet: 60, 69 and 10. RGB value is (96,105,16). Sum of RGB (Red+Green+Blue) = 96+105+16=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #606910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606910 is #9F96EF. Grayscale: #5C5C5C. Windows color (decimal): -10458864 or 1075552. OLE color: 1075552.
HSL color Cylindrical-coordinate representation of color #606910: hue angle of 66.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #606910 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 16 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.59 |
| HSL | 66.07º | 0.74% | 0.24% | - |
| HSV(B) | 66.07º | 0.85% | 0.41% | - |
| XYZ | 9.97 | 12.63 | 2.4 | - |
| YUV | 92.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 16 | 0.09 | 0 | 0.85 | 0.59 | 66.07 | 0.74 | 0.24 |
| Hex | 60 | 69 | 10 | 9 | 0 | 55 | 3B | 42 | 4A | 18 |
| Octal | 140 | 151 | 20 | 11 | 0 | 125 | 73 | 102 | 112 | 30 |
| Binary | 1100000 | 1101001 | 10000 | 1001 | 0 | 1010101 | 111011 | 1000010 | 1001010 | 11000 |
Color Harmonies of #606910
Complementary color
Monochromatic Colors of #606910
Black with #606910
Text Example
Text Example
White with #606910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606910; }
p { color: rgb(96,105,16); }
H1.HeaderClassName
{
color: #606910;
}
.AnyTagClassName
{
color: #606910;
}
</style>
background-color css
<style>
a { background-color: #606910; }
a { background-color: rgb(96,105,16); }
div.DivClassName
{
background-color: #606910;
}
.BgClassName
{
background-color: #606910;
}
</style>
border-color css
<style>
span { border-color: #606910; }
span { border-color: rgb(96,105,16); }
td.TdClassName
{
border-color: #606910;
}
.TagClassName
{
border-color: #606910;
}
</style>