Shades of Fiji Green #5F7705
Tints of Fiji Green #5F7705
RGB
CMYK
RGB Variations
Color information
#5F7705 (or 0x5F7705) is known color: Fiji Green. HEX triplet: 5F, 77 and 05. RGB value is (95,119,5). Sum of RGB (Red+Green+Blue) = 95+119+5=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7705 is #A088FA. Grayscale: #636363. Windows color (decimal): -10520827 or 358239. OLE color: 358239.
HSL color Cylindrical-coordinate representation of color #5F7705: hue angle of 72.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F7705 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 5 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.53 |
| HSL | 72.63º | 0.92% | 0.24% | - |
| HSV(B) | 72.63º | 0.96% | 0.47% | - |
| XYZ | 11.34 | 15.64 | 2.56 | - |
| YUV | 98.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 5 | 0.20 | 0 | 0.96 | 0.53 | 72.63 | 0.92 | 0.24 |
| Hex | 5F | 77 | 5 | 14 | 0 | 60 | 35 | 49 | 5C | 18 |
| Octal | 137 | 167 | 5 | 24 | 0 | 140 | 65 | 111 | 134 | 30 |
| Binary | 1011111 | 1110111 | 101 | 10100 | 0 | 1100000 | 110101 | 1001001 | 1011100 | 11000 |
Color Harmonies of #5F7705
Complementary color
Monochromatic Colors of #5F7705
Black with #5F7705
Text Example
Text Example
White with #5F7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7705; }
p { color: rgb(95,119,5); }
H1.HeaderClassName
{
color: #5F7705;
}
.AnyTagClassName
{
color: #5F7705;
}
</style>
background-color css
<style>
a { background-color: #5F7705; }
a { background-color: rgb(95,119,5); }
div.DivClassName
{
background-color: #5F7705;
}
.BgClassName
{
background-color: #5F7705;
}
</style>
border-color css
<style>
span { border-color: #5F7705; }
span { border-color: rgb(95,119,5); }
td.TdClassName
{
border-color: #5F7705;
}
.TagClassName
{
border-color: #5F7705;
}
</style>