Shades of Fiji Green #5A7020
Tints of Fiji Green #5A7020
RGB
CMYK
RGB Variations
Color information
#5A7020 (or 0x5A7020) is known color: Fiji Green. HEX triplet: 5A, 70 and 20. RGB value is (90,112,32). Sum of RGB (Red+Green+Blue) = 90+112+32=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7020 is #A58FDF. Grayscale: #606060. Windows color (decimal): -10850272 or 2125914. OLE color: 2125914.
HSL color Cylindrical-coordinate representation of color #5A7020: hue angle of 76.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A7020 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 32 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.56 |
| HSL | 76.5º | 0.56% | 0.28% | - |
| HSV(B) | 76.5º | 0.71% | 0.44% | - |
| XYZ | 10.27 | 13.87 | 3.5 | - |
| YUV | 96.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 32 | 0.20 | 0 | 0.71 | 0.56 | 76.5 | 0.56 | 0.28 |
| Hex | 5A | 70 | 20 | 14 | 0 | 47 | 38 | 4C | 38 | 1C |
| Octal | 132 | 160 | 40 | 24 | 0 | 107 | 70 | 114 | 70 | 34 |
| Binary | 1011010 | 1110000 | 100000 | 10100 | 0 | 1000111 | 111000 | 1001100 | 111000 | 11100 |
Color Harmonies of #5A7020
Complementary color
Monochromatic Colors of #5A7020
Black with #5A7020
Text Example
Text Example
White with #5A7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7020; }
p { color: rgb(90,112,32); }
H1.HeaderClassName
{
color: #5A7020;
}
.AnyTagClassName
{
color: #5A7020;
}
</style>
background-color css
<style>
a { background-color: #5A7020; }
a { background-color: rgb(90,112,32); }
div.DivClassName
{
background-color: #5A7020;
}
.BgClassName
{
background-color: #5A7020;
}
</style>
border-color css
<style>
span { border-color: #5A7020; }
span { border-color: rgb(90,112,32); }
td.TdClassName
{
border-color: #5A7020;
}
.TagClassName
{
border-color: #5A7020;
}
</style>