Shades of Fiji Green #5A7420
Tints of Fiji Green #5A7420
RGB
CMYK
RGB Variations
Color information
#5A7420 (or 0x5A7420) is known color: Fiji Green. HEX triplet: 5A, 74 and 20. RGB value is (90,116,32). Sum of RGB (Red+Green+Blue) = 90+116+32=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7420 is #A58BDF. Grayscale: #626262. Windows color (decimal): -10849248 or 2126938. OLE color: 2126938.
HSL color Cylindrical-coordinate representation of color #5A7420: hue angle of 78.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A7420 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 32 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.55 |
| HSL | 78.57º | 0.57% | 0.29% | - |
| HSV(B) | 78.57º | 0.72% | 0.45% | - |
| XYZ | 10.72 | 14.77 | 3.65 | - |
| YUV | 98.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 32 | 0.22 | 0 | 0.72 | 0.55 | 78.57 | 0.57 | 0.29 |
| Hex | 5A | 74 | 20 | 16 | 0 | 48 | 37 | 4F | 39 | 1D |
| Octal | 132 | 164 | 40 | 26 | 0 | 110 | 67 | 117 | 71 | 35 |
| Binary | 1011010 | 1110100 | 100000 | 10110 | 0 | 1001000 | 110111 | 1001111 | 111001 | 11101 |
Color Harmonies of #5A7420
Complementary color
Monochromatic Colors of #5A7420
Black with #5A7420
Text Example
Text Example
White with #5A7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7420; }
p { color: rgb(90,116,32); }
H1.HeaderClassName
{
color: #5A7420;
}
.AnyTagClassName
{
color: #5A7420;
}
</style>
background-color css
<style>
a { background-color: #5A7420; }
a { background-color: rgb(90,116,32); }
div.DivClassName
{
background-color: #5A7420;
}
.BgClassName
{
background-color: #5A7420;
}
</style>
border-color css
<style>
span { border-color: #5A7420; }
span { border-color: rgb(90,116,32); }
td.TdClassName
{
border-color: #5A7420;
}
.TagClassName
{
border-color: #5A7420;
}
</style>