Shades of Fiji Green #5A7720
Tints of Fiji Green #5A7720
RGB
CMYK
RGB Variations
Color information
#5A7720 (or 0x5A7720) is known color: Fiji Green. HEX triplet: 5A, 77 and 20. RGB value is (90,119,32). Sum of RGB (Red+Green+Blue) = 90+119+32=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7720 is #A588DF. Grayscale: #646464. Windows color (decimal): -10848480 or 2127706. OLE color: 2127706.
HSL color Cylindrical-coordinate representation of color #5A7720: hue angle of 80º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A7720 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 32 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.53 |
| HSL | 80º | 0.58% | 0.3% | - |
| HSV(B) | 80º | 0.73% | 0.47% | - |
| XYZ | 11.07 | 15.47 | 3.77 | - |
| YUV | 100.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 32 | 0.24 | 0 | 0.73 | 0.53 | 80 | 0.58 | 0.3 |
| Hex | 5A | 77 | 20 | 18 | 0 | 49 | 35 | 50 | 3A | 1E |
| Octal | 132 | 167 | 40 | 30 | 0 | 111 | 65 | 120 | 72 | 36 |
| Binary | 1011010 | 1110111 | 100000 | 11000 | 0 | 1001001 | 110101 | 1010000 | 111010 | 11110 |
Color Harmonies of #5A7720
Complementary color
Monochromatic Colors of #5A7720
Black with #5A7720
Text Example
Text Example
White with #5A7720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7720; }
p { color: rgb(90,119,32); }
H1.HeaderClassName
{
color: #5A7720;
}
.AnyTagClassName
{
color: #5A7720;
}
</style>
background-color css
<style>
a { background-color: #5A7720; }
a { background-color: rgb(90,119,32); }
div.DivClassName
{
background-color: #5A7720;
}
.BgClassName
{
background-color: #5A7720;
}
</style>
border-color css
<style>
span { border-color: #5A7720; }
span { border-color: rgb(90,119,32); }
td.TdClassName
{
border-color: #5A7720;
}
.TagClassName
{
border-color: #5A7720;
}
</style>