Shades of Fiji Green #5F7120
Tints of Fiji Green #5F7120
RGB
CMYK
RGB Variations
Color information
#5F7120 (or 0x5F7120) is known color: Fiji Green. HEX triplet: 5F, 71 and 20. RGB value is (95,113,32). Sum of RGB (Red+Green+Blue) = 95+113+32=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7120 is #A08EDF. Grayscale: #626262. Windows color (decimal): -10522336 or 2126175. OLE color: 2126175.
HSL color Cylindrical-coordinate representation of color #5F7120: hue angle of 73.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F7120 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 32 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.56 |
| HSL | 73.33º | 0.56% | 0.28% | - |
| HSV(B) | 73.33º | 0.72% | 0.44% | - |
| XYZ | 10.89 | 14.35 | 3.56 | - |
| YUV | 98.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 32 | 0.16 | 0 | 0.72 | 0.56 | 73.33 | 0.56 | 0.28 |
| Hex | 5F | 71 | 20 | 10 | 0 | 48 | 38 | 49 | 38 | 1C |
| Octal | 137 | 161 | 40 | 20 | 0 | 110 | 70 | 111 | 70 | 34 |
| Binary | 1011111 | 1110001 | 100000 | 10000 | 0 | 1001000 | 111000 | 1001001 | 111000 | 11100 |
Color Harmonies of #5F7120
Complementary color
Monochromatic Colors of #5F7120
Black with #5F7120
Text Example
Text Example
White with #5F7120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7120; }
p { color: rgb(95,113,32); }
H1.HeaderClassName
{
color: #5F7120;
}
.AnyTagClassName
{
color: #5F7120;
}
</style>
background-color css
<style>
a { background-color: #5F7120; }
a { background-color: rgb(95,113,32); }
div.DivClassName
{
background-color: #5F7120;
}
.BgClassName
{
background-color: #5F7120;
}
</style>
border-color css
<style>
span { border-color: #5F7120; }
span { border-color: rgb(95,113,32); }
td.TdClassName
{
border-color: #5F7120;
}
.TagClassName
{
border-color: #5F7120;
}
</style>