Shades of Fiji Green #5F750F
Tints of Fiji Green #5F750F
RGB
CMYK
RGB Variations
Color information
#5F750F (or 0x5F750F) is known color: Fiji Green. HEX triplet: 5F, 75 and 0F. RGB value is (95,117,15). Sum of RGB (Red+Green+Blue) = 95+117+15=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #5F750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F750F is #A08AF0. Grayscale: #636363. Windows color (decimal): -10521329 or 1013087. OLE color: 1013087.
HSL color Cylindrical-coordinate representation of color #5F750F: hue angle of 72.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F750F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 15 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.54 |
| HSL | 72.94º | 0.77% | 0.26% | - |
| HSV(B) | 72.94º | 0.87% | 0.46% | - |
| XYZ | 11.17 | 15.19 | 2.8 | - |
| YUV | 98.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 15 | 0.19 | 0 | 0.87 | 0.54 | 72.94 | 0.77 | 0.26 |
| Hex | 5F | 75 | F | 13 | 0 | 57 | 36 | 49 | 4D | 1A |
| Octal | 137 | 165 | 17 | 23 | 0 | 127 | 66 | 111 | 115 | 32 |
| Binary | 1011111 | 1110101 | 1111 | 10011 | 0 | 1010111 | 110110 | 1001001 | 1001101 | 11010 |
Color Harmonies of #5F750F
Complementary color
Monochromatic Colors of #5F750F
Black with #5F750F
Text Example
Text Example
White with #5F750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F750F; }
p { color: rgb(95,117,15); }
H1.HeaderClassName
{
color: #5F750F;
}
.AnyTagClassName
{
color: #5F750F;
}
</style>
background-color css
<style>
a { background-color: #5F750F; }
a { background-color: rgb(95,117,15); }
div.DivClassName
{
background-color: #5F750F;
}
.BgClassName
{
background-color: #5F750F;
}
</style>
border-color css
<style>
span { border-color: #5F750F; }
span { border-color: rgb(95,117,15); }
td.TdClassName
{
border-color: #5F750F;
}
.TagClassName
{
border-color: #5F750F;
}
</style>