Shades of Fiji Green #5A7E11
Tints of Fiji Green #5A7E11
RGB
CMYK
RGB Variations
Color information
#5A7E11 (or 0x5A7E11) is known color: Fiji Green. HEX triplet: 5A, 7E and 11. RGB value is (90,126,17). Sum of RGB (Red+Green+Blue) = 90+126+17=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7E11 is #A581EE. Grayscale: #676767. Windows color (decimal): -10846703 or 1146458. OLE color: 1146458.
HSL color Cylindrical-coordinate representation of color #5A7E11: hue angle of 79.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A7E11 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 17 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.51 |
| HSL | 79.82º | 0.76% | 0.28% | - |
| HSV(B) | 79.82º | 0.87% | 0.49% | - |
| XYZ | 11.78 | 17.14 | 3.22 | - |
| YUV | 102.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 17 | 0.29 | 0 | 0.87 | 0.51 | 79.82 | 0.76 | 0.28 |
| Hex | 5A | 7E | 11 | 1D | 0 | 57 | 33 | 50 | 4C | 1C |
| Octal | 132 | 176 | 21 | 35 | 0 | 127 | 63 | 120 | 114 | 34 |
| Binary | 1011010 | 1111110 | 10001 | 11101 | 0 | 1010111 | 110011 | 1010000 | 1001100 | 11100 |
Color Harmonies of #5A7E11
Complementary color
Monochromatic Colors of #5A7E11
Black with #5A7E11
Text Example
Text Example
White with #5A7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E11; }
p { color: rgb(90,126,17); }
H1.HeaderClassName
{
color: #5A7E11;
}
.AnyTagClassName
{
color: #5A7E11;
}
</style>
background-color css
<style>
a { background-color: #5A7E11; }
a { background-color: rgb(90,126,17); }
div.DivClassName
{
background-color: #5A7E11;
}
.BgClassName
{
background-color: #5A7E11;
}
</style>
border-color css
<style>
span { border-color: #5A7E11; }
span { border-color: rgb(90,126,17); }
td.TdClassName
{
border-color: #5A7E11;
}
.TagClassName
{
border-color: #5A7E11;
}
</style>