Shades of Fiji Green #5F7324
Tints of Fiji Green #5F7324
RGB
CMYK
RGB Variations
Color information
#5F7324 (or 0x5F7324) is known color: Fiji Green. HEX triplet: 5F, 73 and 24. RGB value is (95,115,36). Sum of RGB (Red+Green+Blue) = 95+115+36=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7324 is #A08CDB. Grayscale: #646464. Windows color (decimal): -10521820 or 2388831. OLE color: 2388831.
HSL color Cylindrical-coordinate representation of color #5F7324: hue angle of 75.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F7324 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 36 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.55 |
| HSL | 75.19º | 0.52% | 0.3% | - |
| HSV(B) | 75.19º | 0.69% | 0.45% | - |
| XYZ | 11.17 | 14.82 | 3.94 | - |
| YUV | 100.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 36 | 0.17 | 0 | 0.69 | 0.55 | 75.19 | 0.52 | 0.3 |
| Hex | 5F | 73 | 24 | 11 | 0 | 45 | 37 | 4B | 34 | 1E |
| Octal | 137 | 163 | 44 | 21 | 0 | 105 | 67 | 113 | 64 | 36 |
| Binary | 1011111 | 1110011 | 100100 | 10001 | 0 | 1000101 | 110111 | 1001011 | 110100 | 11110 |
Color Harmonies of #5F7324
Complementary color
Monochromatic Colors of #5F7324
Black with #5F7324
Text Example
Text Example
White with #5F7324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7324; }
p { color: rgb(95,115,36); }
H1.HeaderClassName
{
color: #5F7324;
}
.AnyTagClassName
{
color: #5F7324;
}
</style>
background-color css
<style>
a { background-color: #5F7324; }
a { background-color: rgb(95,115,36); }
div.DivClassName
{
background-color: #5F7324;
}
.BgClassName
{
background-color: #5F7324;
}
</style>
border-color css
<style>
span { border-color: #5F7324; }
span { border-color: rgb(95,115,36); }
td.TdClassName
{
border-color: #5F7324;
}
.TagClassName
{
border-color: #5F7324;
}
</style>