Shades of Fiji Green #5F7224
Tints of Fiji Green #5F7224
RGB
CMYK
RGB Variations
Color information
#5F7224 (or 0x5F7224) is known color: Fiji Green. HEX triplet: 5F, 72 and 24. RGB value is (95,114,36). Sum of RGB (Red+Green+Blue) = 95+114+36=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7224 is #A08DDB. Grayscale: #636363. Windows color (decimal): -10522076 or 2388575. OLE color: 2388575.
HSL color Cylindrical-coordinate representation of color #5F7224: hue angle of 74.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F7224 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 36 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.55 |
| HSL | 74.62º | 0.52% | 0.29% | - |
| HSV(B) | 74.62º | 0.68% | 0.45% | - |
| XYZ | 11.06 | 14.59 | 3.9 | - |
| YUV | 99.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 36 | 0.17 | 0 | 0.68 | 0.55 | 74.62 | 0.52 | 0.29 |
| Hex | 5F | 72 | 24 | 11 | 0 | 44 | 37 | 4B | 34 | 1D |
| Octal | 137 | 162 | 44 | 21 | 0 | 104 | 67 | 113 | 64 | 35 |
| Binary | 1011111 | 1110010 | 100100 | 10001 | 0 | 1000100 | 110111 | 1001011 | 110100 | 11101 |
Color Harmonies of #5F7224
Complementary color
Monochromatic Colors of #5F7224
Black with #5F7224
Text Example
Text Example
White with #5F7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7224; }
p { color: rgb(95,114,36); }
H1.HeaderClassName
{
color: #5F7224;
}
.AnyTagClassName
{
color: #5F7224;
}
</style>
background-color css
<style>
a { background-color: #5F7224; }
a { background-color: rgb(95,114,36); }
div.DivClassName
{
background-color: #5F7224;
}
.BgClassName
{
background-color: #5F7224;
}
</style>
border-color css
<style>
span { border-color: #5F7224; }
span { border-color: rgb(95,114,36); }
td.TdClassName
{
border-color: #5F7224;
}
.TagClassName
{
border-color: #5F7224;
}
</style>