Shades of Fiji Green #5A7122
Tints of Fiji Green #5A7122
RGB
CMYK
RGB Variations
Color information
#5A7122 (or 0x5A7122) is known color: Fiji Green. HEX triplet: 5A, 71 and 22. RGB value is (90,113,34). Sum of RGB (Red+Green+Blue) = 90+113+34=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7122 is #A58EDD. Grayscale: #616161. Windows color (decimal): -10850014 or 2257242. OLE color: 2257242.
HSL color Cylindrical-coordinate representation of color #5A7122: hue angle of 77.47º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A7122 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 34 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.56 |
| HSL | 77.47º | 0.54% | 0.29% | - |
| HSV(B) | 77.47º | 0.7% | 0.44% | - |
| XYZ | 10.41 | 14.1 | 3.69 | - |
| YUV | 97.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 34 | 0.20 | 0 | 0.70 | 0.56 | 77.47 | 0.54 | 0.29 |
| Hex | 5A | 71 | 22 | 14 | 0 | 46 | 38 | 4D | 36 | 1D |
| Octal | 132 | 161 | 42 | 24 | 0 | 106 | 70 | 115 | 66 | 35 |
| Binary | 1011010 | 1110001 | 100010 | 10100 | 0 | 1000110 | 111000 | 1001101 | 110110 | 11101 |
Color Harmonies of #5A7122
Complementary color
Monochromatic Colors of #5A7122
Black with #5A7122
Text Example
Text Example
White with #5A7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7122; }
p { color: rgb(90,113,34); }
H1.HeaderClassName
{
color: #5A7122;
}
.AnyTagClassName
{
color: #5A7122;
}
</style>
background-color css
<style>
a { background-color: #5A7122; }
a { background-color: rgb(90,113,34); }
div.DivClassName
{
background-color: #5A7122;
}
.BgClassName
{
background-color: #5A7122;
}
</style>
border-color css
<style>
span { border-color: #5A7122; }
span { border-color: rgb(90,113,34); }
td.TdClassName
{
border-color: #5A7122;
}
.TagClassName
{
border-color: #5A7122;
}
</style>