Shades of Fiji Green #5A7D15
Tints of Fiji Green #5A7D15
RGB
CMYK
RGB Variations
Color information
#5A7D15 (or 0x5A7D15) is known color: Fiji Green. HEX triplet: 5A, 7D and 15. RGB value is (90,125,21). Sum of RGB (Red+Green+Blue) = 90+125+21=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7D15 is #A582EA. Grayscale: #676767. Windows color (decimal): -10846955 or 1408346. OLE color: 1408346.
HSL color Cylindrical-coordinate representation of color #5A7D15: hue angle of 80.19º 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 #5A7D15 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 21 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.51 |
| HSL | 80.19º | 0.71% | 0.29% | - |
| HSV(B) | 80.19º | 0.83% | 0.49% | - |
| XYZ | 11.69 | 16.9 | 3.35 | - |
| YUV | 102.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 21 | 0.28 | 0 | 0.83 | 0.51 | 80.19 | 0.71 | 0.29 |
| Hex | 5A | 7D | 15 | 1C | 0 | 53 | 33 | 50 | 47 | 1D |
| Octal | 132 | 175 | 25 | 34 | 0 | 123 | 63 | 120 | 107 | 35 |
| Binary | 1011010 | 1111101 | 10101 | 11100 | 0 | 1010011 | 110011 | 1010000 | 1000111 | 11101 |
Color Harmonies of #5A7D15
Complementary color
Monochromatic Colors of #5A7D15
Black with #5A7D15
Text Example
Text Example
White with #5A7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D15; }
p { color: rgb(90,125,21); }
H1.HeaderClassName
{
color: #5A7D15;
}
.AnyTagClassName
{
color: #5A7D15;
}
</style>
background-color css
<style>
a { background-color: #5A7D15; }
a { background-color: rgb(90,125,21); }
div.DivClassName
{
background-color: #5A7D15;
}
.BgClassName
{
background-color: #5A7D15;
}
</style>
border-color css
<style>
span { border-color: #5A7D15; }
span { border-color: rgb(90,125,21); }
td.TdClassName
{
border-color: #5A7D15;
}
.TagClassName
{
border-color: #5A7D15;
}
</style>