Shades of Fiji Green #5F7112
Tints of Fiji Green #5F7112
RGB
CMYK
RGB Variations
Color information
#5F7112 (or 0x5F7112) is known color: Fiji Green. HEX triplet: 5F, 71 and 12. RGB value is (95,113,18). Sum of RGB (Red+Green+Blue) = 95+113+18=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7112 is #A08EED. Grayscale: #616161. Windows color (decimal): -10522350 or 1208671. OLE color: 1208671.
HSL color Cylindrical-coordinate representation of color #5F7112: hue angle of 71.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F7112 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 18 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.56 |
| HSL | 71.37º | 0.73% | 0.26% | - |
| HSV(B) | 71.37º | 0.84% | 0.44% | - |
| XYZ | 10.73 | 14.29 | 2.76 | - |
| YUV | 96.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 18 | 0.16 | 0 | 0.84 | 0.56 | 71.37 | 0.73 | 0.26 |
| Hex | 5F | 71 | 12 | 10 | 0 | 54 | 38 | 47 | 49 | 1A |
| Octal | 137 | 161 | 22 | 20 | 0 | 124 | 70 | 107 | 111 | 32 |
| Binary | 1011111 | 1110001 | 10010 | 10000 | 0 | 1010100 | 111000 | 1000111 | 1001001 | 11010 |
Color Harmonies of #5F7112
Complementary color
Monochromatic Colors of #5F7112
Black with #5F7112
Text Example
Text Example
White with #5F7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7112; }
p { color: rgb(95,113,18); }
H1.HeaderClassName
{
color: #5F7112;
}
.AnyTagClassName
{
color: #5F7112;
}
</style>
background-color css
<style>
a { background-color: #5F7112; }
a { background-color: rgb(95,113,18); }
div.DivClassName
{
background-color: #5F7112;
}
.BgClassName
{
background-color: #5F7112;
}
</style>
border-color css
<style>
span { border-color: #5F7112; }
span { border-color: rgb(95,113,18); }
td.TdClassName
{
border-color: #5F7112;
}
.TagClassName
{
border-color: #5F7112;
}
</style>