Shades of Fiji Green #5F7616
Tints of Fiji Green #5F7616
RGB
CMYK
RGB Variations
Color information
#5F7616 (or 0x5F7616) is known color: Fiji Green. HEX triplet: 5F, 76 and 16. RGB value is (95,118,22). Sum of RGB (Red+Green+Blue) = 95+118+22=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7616 is #A089E9. Grayscale: #646464. Windows color (decimal): -10521066 or 1472095. OLE color: 1472095.
HSL color Cylindrical-coordinate representation of color #5F7616: hue angle of 74.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F7616 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 22 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.54 |
| HSL | 74.37º | 0.69% | 0.27% | - |
| HSV(B) | 74.37º | 0.81% | 0.46% | - |
| XYZ | 11.34 | 15.45 | 3.14 | - |
| YUV | 100.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 22 | 0.19 | 0 | 0.81 | 0.54 | 74.37 | 0.69 | 0.27 |
| Hex | 5F | 76 | 16 | 13 | 0 | 51 | 36 | 4A | 45 | 1B |
| Octal | 137 | 166 | 26 | 23 | 0 | 121 | 66 | 112 | 105 | 33 |
| Binary | 1011111 | 1110110 | 10110 | 10011 | 0 | 1010001 | 110110 | 1001010 | 1000101 | 11011 |
Color Harmonies of #5F7616
Complementary color
Monochromatic Colors of #5F7616
Black with #5F7616
Text Example
Text Example
White with #5F7616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7616; }
p { color: rgb(95,118,22); }
H1.HeaderClassName
{
color: #5F7616;
}
.AnyTagClassName
{
color: #5F7616;
}
</style>
background-color css
<style>
a { background-color: #5F7616; }
a { background-color: rgb(95,118,22); }
div.DivClassName
{
background-color: #5F7616;
}
.BgClassName
{
background-color: #5F7616;
}
</style>
border-color css
<style>
span { border-color: #5F7616; }
span { border-color: rgb(95,118,22); }
td.TdClassName
{
border-color: #5F7616;
}
.TagClassName
{
border-color: #5F7616;
}
</style>