Shades of Fiji Green #5F6F12
Tints of Fiji Green #5F6F12
RGB
CMYK
RGB Variations
Color information
#5F6F12 (or 0x5F6F12) is known color: Fiji Green. HEX triplet: 5F, 6F and 12. RGB value is (95,111,18). Sum of RGB (Red+Green+Blue) = 95+111+18=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6F12 is #A090ED. Grayscale: #5F5F5F. Windows color (decimal): -10522862 or 1208159. OLE color: 1208159.
HSL color Cylindrical-coordinate representation of color #5F6F12: hue angle of 70.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F6F12 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 18 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.56 |
| HSL | 70.32º | 0.72% | 0.25% | - |
| HSV(B) | 70.32º | 0.84% | 0.44% | - |
| XYZ | 10.51 | 13.85 | 2.69 | - |
| YUV | 95.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 18 | 0.14 | 0 | 0.84 | 0.56 | 70.32 | 0.72 | 0.25 |
| Hex | 5F | 6F | 12 | E | 0 | 54 | 38 | 46 | 48 | 19 |
| Octal | 137 | 157 | 22 | 16 | 0 | 124 | 70 | 106 | 110 | 31 |
| Binary | 1011111 | 1101111 | 10010 | 1110 | 0 | 1010100 | 111000 | 1000110 | 1001000 | 11001 |
Color Harmonies of #5F6F12
Complementary color
Monochromatic Colors of #5F6F12
Black with #5F6F12
Text Example
Text Example
White with #5F6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F12; }
p { color: rgb(95,111,18); }
H1.HeaderClassName
{
color: #5F6F12;
}
.AnyTagClassName
{
color: #5F6F12;
}
</style>
background-color css
<style>
a { background-color: #5F6F12; }
a { background-color: rgb(95,111,18); }
div.DivClassName
{
background-color: #5F6F12;
}
.BgClassName
{
background-color: #5F6F12;
}
</style>
border-color css
<style>
span { border-color: #5F6F12; }
span { border-color: rgb(95,111,18); }
td.TdClassName
{
border-color: #5F6F12;
}
.TagClassName
{
border-color: #5F6F12;
}
</style>