Shades of Fiji Green #5A7D19
Tints of Fiji Green #5A7D19
RGB
CMYK
RGB Variations
Color information
#5A7D19 (or 0x5A7D19) is known color: Fiji Green. HEX triplet: 5A, 7D and 19. RGB value is (90,125,25). Sum of RGB (Red+Green+Blue) = 90+125+25=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7D19 is #A582E6. Grayscale: #676767. Windows color (decimal): -10846951 or 1670490. OLE color: 1670490.
HSL color Cylindrical-coordinate representation of color #5A7D19: hue angle of 81º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A7D19 is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 25 | - |
| CMYK | 0.28 | 0 | 0.8 | 0.51 |
| HSL | 81º | 0.67% | 0.29% | - |
| HSV(B) | 81º | 0.8% | 0.49% | - |
| XYZ | 11.73 | 16.91 | 3.57 | - |
| YUV | 103.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 25 | 0.28 | 0 | 0.8 | 0.51 | 81 | 0.67 | 0.29 |
| Hex | 5A | 7D | 19 | 1C | 0 | 50 | 33 | 51 | 43 | 1D |
| Octal | 132 | 175 | 31 | 34 | 0 | 120 | 63 | 121 | 103 | 35 |
| Binary | 1011010 | 1111101 | 11001 | 11100 | 0 | 1010000 | 110011 | 1010001 | 1000011 | 11101 |
Color Harmonies of #5A7D19
Complementary color
Monochromatic Colors of #5A7D19
Black with #5A7D19
Text Example
Text Example
White with #5A7D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D19; }
p { color: rgb(90,125,25); }
H1.HeaderClassName
{
color: #5A7D19;
}
.AnyTagClassName
{
color: #5A7D19;
}
</style>
background-color css
<style>
a { background-color: #5A7D19; }
a { background-color: rgb(90,125,25); }
div.DivClassName
{
background-color: #5A7D19;
}
.BgClassName
{
background-color: #5A7D19;
}
</style>
border-color css
<style>
span { border-color: #5A7D19; }
span { border-color: rgb(90,125,25); }
td.TdClassName
{
border-color: #5A7D19;
}
.TagClassName
{
border-color: #5A7D19;
}
</style>