Shades of Fiji Green #5F7E15
Tints of Fiji Green #5F7E15
RGB
CMYK
RGB Variations
Color information
#5F7E15 (or 0x5F7E15) is known color: Fiji Green. HEX triplet: 5F, 7E and 15. RGB value is (95,126,21). Sum of RGB (Red+Green+Blue) = 95+126+21=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7E15 is #A081EA. Grayscale: #696969. Windows color (decimal): -10519019 or 1408607. OLE color: 1408607.
HSL color Cylindrical-coordinate representation of color #5F7E15: hue angle of 77.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F7E15 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 126 | 21 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.51 |
| HSL | 77.71º | 0.71% | 0.29% | - |
| HSV(B) | 77.71º | 0.83% | 0.49% | - |
| XYZ | 12.32 | 17.41 | 3.42 | - |
| YUV | 104.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 21 | 0.25 | 0 | 0.83 | 0.51 | 77.71 | 0.71 | 0.29 |
| Hex | 5F | 7E | 15 | 19 | 0 | 53 | 33 | 4E | 47 | 1D |
| Octal | 137 | 176 | 25 | 31 | 0 | 123 | 63 | 116 | 107 | 35 |
| Binary | 1011111 | 1111110 | 10101 | 11001 | 0 | 1010011 | 110011 | 1001110 | 1000111 | 11101 |
Color Harmonies of #5F7E15
Complementary color
Monochromatic Colors of #5F7E15
Black with #5F7E15
Text Example
Text Example
White with #5F7E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7E15; }
p { color: rgb(95,126,21); }
H1.HeaderClassName
{
color: #5F7E15;
}
.AnyTagClassName
{
color: #5F7E15;
}
</style>
background-color css
<style>
a { background-color: #5F7E15; }
a { background-color: rgb(95,126,21); }
div.DivClassName
{
background-color: #5F7E15;
}
.BgClassName
{
background-color: #5F7E15;
}
</style>
border-color css
<style>
span { border-color: #5F7E15; }
span { border-color: rgb(95,126,21); }
td.TdClassName
{
border-color: #5F7E15;
}
.TagClassName
{
border-color: #5F7E15;
}
</style>