Shades of Fiji Green #5A7220
Tints of Fiji Green #5A7220
RGB
CMYK
RGB Variations
Color information
#5A7220 (or 0x5A7220) is known color: Fiji Green. HEX triplet: 5A, 72 and 20. RGB value is (90,114,32). Sum of RGB (Red+Green+Blue) = 90+114+32=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7220 is #A58DDF. Grayscale: #616161. Windows color (decimal): -10849760 or 2126426. OLE color: 2126426.
HSL color Cylindrical-coordinate representation of color #5A7220: hue angle of 77.56º degrees, saturation: 0.56, 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 #5A7220 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 32 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.55 |
| HSL | 77.56º | 0.56% | 0.29% | - |
| HSV(B) | 77.56º | 0.72% | 0.45% | - |
| XYZ | 10.49 | 14.31 | 3.58 | - |
| YUV | 97.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 32 | 0.21 | 0 | 0.72 | 0.55 | 77.56 | 0.56 | 0.29 |
| Hex | 5A | 72 | 20 | 15 | 0 | 48 | 37 | 4E | 38 | 1D |
| Octal | 132 | 162 | 40 | 25 | 0 | 110 | 67 | 116 | 70 | 35 |
| Binary | 1011010 | 1110010 | 100000 | 10101 | 0 | 1001000 | 110111 | 1001110 | 111000 | 11101 |
Color Harmonies of #5A7220
Complementary color
Monochromatic Colors of #5A7220
Black with #5A7220
Text Example
Text Example
White with #5A7220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7220; }
p { color: rgb(90,114,32); }
H1.HeaderClassName
{
color: #5A7220;
}
.AnyTagClassName
{
color: #5A7220;
}
</style>
background-color css
<style>
a { background-color: #5A7220; }
a { background-color: rgb(90,114,32); }
div.DivClassName
{
background-color: #5A7220;
}
.BgClassName
{
background-color: #5A7220;
}
</style>
border-color css
<style>
span { border-color: #5A7220; }
span { border-color: rgb(90,114,32); }
td.TdClassName
{
border-color: #5A7220;
}
.TagClassName
{
border-color: #5A7220;
}
</style>