Shades of Fiji Green #5F7200
Tints of Fiji Green #5F7200
RGB
CMYK
RGB Variations
Color information
#5F7200 (or 0x5F7200) is known color: Fiji Green. HEX triplet: 5F, 72 and 00. RGB value is (95,114,0). Sum of RGB (Red+Green+Blue) = 95+114+0=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7200 is #A08DFF. Grayscale: #5F5F5F. Windows color (decimal): -10522112 or 29279. OLE color: 29279.
HSL color Cylindrical-coordinate representation of color #5F7200: hue angle of 70º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F7200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.55 |
| HSL | 70º | 1% | 0.22% | - |
| HSV(B) | 70º | 1% | 0.45% | - |
| XYZ | 10.74 | 14.47 | 2.23 | - |
| YUV | 95.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 0 | 0.17 | 0 | 1 | 0.55 | 70 | 1 | 0.22 |
| Hex | 5F | 72 | 0 | 11 | 0 | 64 | 37 | 46 | 64 | 16 |
| Octal | 137 | 162 | 0 | 21 | 0 | 144 | 67 | 106 | 144 | 26 |
| Binary | 1011111 | 1110010 | 0 | 10001 | 0 | 1100100 | 110111 | 1000110 | 1100100 | 10110 |
Color Harmonies of #5F7200
Complementary color
Monochromatic Colors of #5F7200
Black with #5F7200
Text Example
Text Example
White with #5F7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7200; }
p { color: rgb(95,114,0); }
H1.HeaderClassName
{
color: #5F7200;
}
.AnyTagClassName
{
color: #5F7200;
}
</style>
background-color css
<style>
a { background-color: #5F7200; }
a { background-color: rgb(95,114,0); }
div.DivClassName
{
background-color: #5F7200;
}
.BgClassName
{
background-color: #5F7200;
}
</style>
border-color css
<style>
span { border-color: #5F7200; }
span { border-color: rgb(95,114,0); }
td.TdClassName
{
border-color: #5F7200;
}
.TagClassName
{
border-color: #5F7200;
}
</style>