Shades of Fiji Green #5F721A
Tints of Fiji Green #5F721A
RGB
CMYK
RGB Variations
Color information
#5F721A (or 0x5F721A) is known color: Fiji Green. HEX triplet: 5F, 72 and 1A. RGB value is (95,114,26). Sum of RGB (Red+Green+Blue) = 95+114+26=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #5F721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F721A is #A08DE5. Grayscale: #626262. Windows color (decimal): -10522086 or 1733215. OLE color: 1733215.
HSL color Cylindrical-coordinate representation of color #5F721A: hue angle of 72.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F721A is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 26 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.55 |
| HSL | 72.95º | 0.63% | 0.27% | - |
| HSV(B) | 72.95º | 0.77% | 0.45% | - |
| XYZ | 10.92 | 14.54 | 3.21 | - |
| YUV | 98.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 26 | 0.17 | 0 | 0.77 | 0.55 | 72.95 | 0.63 | 0.27 |
| Hex | 5F | 72 | 1A | 11 | 0 | 4D | 37 | 49 | 3F | 1B |
| Octal | 137 | 162 | 32 | 21 | 0 | 115 | 67 | 111 | 77 | 33 |
| Binary | 1011111 | 1110010 | 11010 | 10001 | 0 | 1001101 | 110111 | 1001001 | 111111 | 11011 |
Color Harmonies of #5F721A
Complementary color
Monochromatic Colors of #5F721A
Black with #5F721A
Text Example
Text Example
White with #5F721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F721A; }
p { color: rgb(95,114,26); }
H1.HeaderClassName
{
color: #5F721A;
}
.AnyTagClassName
{
color: #5F721A;
}
</style>
background-color css
<style>
a { background-color: #5F721A; }
a { background-color: rgb(95,114,26); }
div.DivClassName
{
background-color: #5F721A;
}
.BgClassName
{
background-color: #5F721A;
}
</style>
border-color css
<style>
span { border-color: #5F721A; }
span { border-color: rgb(95,114,26); }
td.TdClassName
{
border-color: #5F721A;
}
.TagClassName
{
border-color: #5F721A;
}
</style>