Shades of Fiji Green #606E13
Tints of Fiji Green #606E13
RGB
CMYK
RGB Variations
Color information
#606E13 (or 0x606E13) is known color: Fiji Green. HEX triplet: 60, 6E and 13. RGB value is (96,110,19). Sum of RGB (Red+Green+Blue) = 96+110+19=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #606E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606E13 is #9F91EC. Grayscale: #5F5F5F. Windows color (decimal): -10457581 or 1273440. OLE color: 1273440.
HSL color Cylindrical-coordinate representation of color #606E13: hue angle of 69.23º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #606E13 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 19 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.57 |
| HSL | 69.23º | 0.71% | 0.25% | - |
| HSV(B) | 69.23º | 0.83% | 0.43% | - |
| XYZ | 10.52 | 13.69 | 2.7 | - |
| YUV | 95.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 19 | 0.13 | 0 | 0.83 | 0.57 | 69.23 | 0.71 | 0.25 |
| Hex | 60 | 6E | 13 | D | 0 | 53 | 39 | 45 | 47 | 19 |
| Octal | 140 | 156 | 23 | 15 | 0 | 123 | 71 | 105 | 107 | 31 |
| Binary | 1100000 | 1101110 | 10011 | 1101 | 0 | 1010011 | 111001 | 1000101 | 1000111 | 11001 |
Color Harmonies of #606E13
Complementary color
Monochromatic Colors of #606E13
Black with #606E13
Text Example
Text Example
White with #606E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E13; }
p { color: rgb(96,110,19); }
H1.HeaderClassName
{
color: #606E13;
}
.AnyTagClassName
{
color: #606E13;
}
</style>
background-color css
<style>
a { background-color: #606E13; }
a { background-color: rgb(96,110,19); }
div.DivClassName
{
background-color: #606E13;
}
.BgClassName
{
background-color: #606E13;
}
</style>
border-color css
<style>
span { border-color: #606E13; }
span { border-color: rgb(96,110,19); }
td.TdClassName
{
border-color: #606E13;
}
.TagClassName
{
border-color: #606E13;
}
</style>