Shades of Fiji Green #5F731C
Tints of Fiji Green #5F731C
RGB
CMYK
RGB Variations
Color information
#5F731C (or 0x5F731C) is known color: Fiji Green. HEX triplet: 5F, 73 and 1C. RGB value is (95,115,28). Sum of RGB (Red+Green+Blue) = 95+115+28=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #5F731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F731C is #A08CE3. Grayscale: #636363. Windows color (decimal): -10521828 or 1864543. OLE color: 1864543.
HSL color Cylindrical-coordinate representation of color #5F731C: hue angle of 73.79º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F731C is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 28 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.55 |
| HSL | 73.79º | 0.61% | 0.28% | - |
| HSV(B) | 73.79º | 0.76% | 0.45% | - |
| XYZ | 11.06 | 14.78 | 3.37 | - |
| YUV | 99.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 28 | 0.17 | 0 | 0.76 | 0.55 | 73.79 | 0.61 | 0.28 |
| Hex | 5F | 73 | 1C | 11 | 0 | 4C | 37 | 4A | 3D | 1C |
| Octal | 137 | 163 | 34 | 21 | 0 | 114 | 67 | 112 | 75 | 34 |
| Binary | 1011111 | 1110011 | 11100 | 10001 | 0 | 1001100 | 110111 | 1001010 | 111101 | 11100 |
Color Harmonies of #5F731C
Complementary color
Monochromatic Colors of #5F731C
Black with #5F731C
Text Example
Text Example
White with #5F731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F731C; }
p { color: rgb(95,115,28); }
H1.HeaderClassName
{
color: #5F731C;
}
.AnyTagClassName
{
color: #5F731C;
}
</style>
background-color css
<style>
a { background-color: #5F731C; }
a { background-color: rgb(95,115,28); }
div.DivClassName
{
background-color: #5F731C;
}
.BgClassName
{
background-color: #5F731C;
}
</style>
border-color css
<style>
span { border-color: #5F731C; }
span { border-color: rgb(95,115,28); }
td.TdClassName
{
border-color: #5F731C;
}
.TagClassName
{
border-color: #5F731C;
}
</style>