Shades of Fiji Green #5A7421
Tints of Fiji Green #5A7421
RGB
CMYK
RGB Variations
Color information
#5A7421 (or 0x5A7421) is known color: Fiji Green. HEX triplet: 5A, 74 and 21. RGB value is (90,116,33). Sum of RGB (Red+Green+Blue) = 90+116+33=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7421 is #A58BDE. Grayscale: #636363. Windows color (decimal): -10849247 or 2192474. OLE color: 2192474.
HSL color Cylindrical-coordinate representation of color #5A7421: hue angle of 78.8º 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 #5A7421 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 33 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.55 |
| HSL | 78.8º | 0.56% | 0.29% | - |
| HSV(B) | 78.8º | 0.72% | 0.45% | - |
| XYZ | 10.74 | 14.77 | 3.72 | - |
| YUV | 98.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 33 | 0.22 | 0 | 0.72 | 0.55 | 78.8 | 0.56 | 0.29 |
| Hex | 5A | 74 | 21 | 16 | 0 | 48 | 37 | 4F | 38 | 1D |
| Octal | 132 | 164 | 41 | 26 | 0 | 110 | 67 | 117 | 70 | 35 |
| Binary | 1011010 | 1110100 | 100001 | 10110 | 0 | 1001000 | 110111 | 1001111 | 111000 | 11101 |
Color Harmonies of #5A7421
Complementary color
Monochromatic Colors of #5A7421
Black with #5A7421
Text Example
Text Example
White with #5A7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7421; }
p { color: rgb(90,116,33); }
H1.HeaderClassName
{
color: #5A7421;
}
.AnyTagClassName
{
color: #5A7421;
}
</style>
background-color css
<style>
a { background-color: #5A7421; }
a { background-color: rgb(90,116,33); }
div.DivClassName
{
background-color: #5A7421;
}
.BgClassName
{
background-color: #5A7421;
}
</style>
border-color css
<style>
span { border-color: #5A7421; }
span { border-color: rgb(90,116,33); }
td.TdClassName
{
border-color: #5A7421;
}
.TagClassName
{
border-color: #5A7421;
}
</style>