Shades of Fiji Green #5F6F24
Tints of Fiji Green #5F6F24
RGB
CMYK
RGB Variations
Color information
#5F6F24 (or 0x5F6F24) is known color: Fiji Green. HEX triplet: 5F, 6F and 24. RGB value is (95,111,36). Sum of RGB (Red+Green+Blue) = 95+111+36=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F24 is #A090DB. Grayscale: #616161. Windows color (decimal): -10522844 or 2387807. OLE color: 2387807.
HSL color Cylindrical-coordinate representation of color #5F6F24: hue angle of 72.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F6F24 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 36 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.56 |
| HSL | 72.8º | 0.51% | 0.29% | - |
| HSV(B) | 72.8º | 0.68% | 0.44% | - |
| XYZ | 10.72 | 13.93 | 3.79 | - |
| YUV | 97.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 36 | 0.14 | 0 | 0.68 | 0.56 | 72.8 | 0.51 | 0.29 |
| Hex | 5F | 6F | 24 | E | 0 | 44 | 38 | 49 | 33 | 1D |
| Octal | 137 | 157 | 44 | 16 | 0 | 104 | 70 | 111 | 63 | 35 |
| Binary | 1011111 | 1101111 | 100100 | 1110 | 0 | 1000100 | 111000 | 1001001 | 110011 | 11101 |
Color Harmonies of #5F6F24
Complementary color
Monochromatic Colors of #5F6F24
Black with #5F6F24
Text Example
Text Example
White with #5F6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F24; }
p { color: rgb(95,111,36); }
H1.HeaderClassName
{
color: #5F6F24;
}
.AnyTagClassName
{
color: #5F6F24;
}
</style>
background-color css
<style>
a { background-color: #5F6F24; }
a { background-color: rgb(95,111,36); }
div.DivClassName
{
background-color: #5F6F24;
}
.BgClassName
{
background-color: #5F6F24;
}
</style>
border-color css
<style>
span { border-color: #5F6F24; }
span { border-color: rgb(95,111,36); }
td.TdClassName
{
border-color: #5F6F24;
}
.TagClassName
{
border-color: #5F6F24;
}
</style>