Shades of Fiji Green #5F7520
Tints of Fiji Green #5F7520
RGB
CMYK
RGB Variations
Color information
#5F7520 (or 0x5F7520) is known color: Fiji Green. HEX triplet: 5F, 75 and 20. RGB value is (95,117,32). Sum of RGB (Red+Green+Blue) = 95+117+32=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7520 is #A08ADF. Grayscale: #656565. Windows color (decimal): -10521312 or 2127199. OLE color: 2127199.
HSL color Cylindrical-coordinate representation of color #5F7520: hue angle of 75.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F7520 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 32 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.54 |
| HSL | 75.53º | 0.57% | 0.29% | - |
| HSV(B) | 75.53º | 0.73% | 0.46% | - |
| XYZ | 11.34 | 15.26 | 3.71 | - |
| YUV | 100.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 32 | 0.19 | 0 | 0.73 | 0.54 | 75.53 | 0.57 | 0.29 |
| Hex | 5F | 75 | 20 | 13 | 0 | 49 | 36 | 4C | 39 | 1D |
| Octal | 137 | 165 | 40 | 23 | 0 | 111 | 66 | 114 | 71 | 35 |
| Binary | 1011111 | 1110101 | 100000 | 10011 | 0 | 1001001 | 110110 | 1001100 | 111001 | 11101 |
Color Harmonies of #5F7520
Complementary color
Monochromatic Colors of #5F7520
Black with #5F7520
Text Example
Text Example
White with #5F7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7520; }
p { color: rgb(95,117,32); }
H1.HeaderClassName
{
color: #5F7520;
}
.AnyTagClassName
{
color: #5F7520;
}
</style>
background-color css
<style>
a { background-color: #5F7520; }
a { background-color: rgb(95,117,32); }
div.DivClassName
{
background-color: #5F7520;
}
.BgClassName
{
background-color: #5F7520;
}
</style>
border-color css
<style>
span { border-color: #5F7520; }
span { border-color: rgb(95,117,32); }
td.TdClassName
{
border-color: #5F7520;
}
.TagClassName
{
border-color: #5F7520;
}
</style>