Shades of Fiji Green #5A6721
Tints of Fiji Green #5A6721
RGB
CMYK
RGB Variations
Color information
#5A6721 (or 0x5A6721) is known color: Fiji Green. HEX triplet: 5A, 67 and 21. RGB value is (90,103,33). Sum of RGB (Red+Green+Blue) = 90+103+33=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6721 is #A598DE. Grayscale: #5B5B5B. Windows color (decimal): -10852575 or 2189146. OLE color: 2189146.
HSL color Cylindrical-coordinate representation of color #5A6721: hue angle of 71.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A6721 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 33 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.60 |
| HSL | 71.14º | 0.51% | 0.27% | - |
| HSV(B) | 71.14º | 0.68% | 0.4% | - |
| XYZ | 9.34 | 11.98 | 3.26 | - |
| YUV | 91.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 33 | 0.13 | 0 | 0.68 | 0.60 | 71.14 | 0.51 | 0.27 |
| Hex | 5A | 67 | 21 | D | 0 | 44 | 3C | 47 | 33 | 1B |
| Octal | 132 | 147 | 41 | 15 | 0 | 104 | 74 | 107 | 63 | 33 |
| Binary | 1011010 | 1100111 | 100001 | 1101 | 0 | 1000100 | 111100 | 1000111 | 110011 | 11011 |
Color Harmonies of #5A6721
Complementary color
Monochromatic Colors of #5A6721
Black with #5A6721
Text Example
Text Example
White with #5A6721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6721; }
p { color: rgb(90,103,33); }
H1.HeaderClassName
{
color: #5A6721;
}
.AnyTagClassName
{
color: #5A6721;
}
</style>
background-color css
<style>
a { background-color: #5A6721; }
a { background-color: rgb(90,103,33); }
div.DivClassName
{
background-color: #5A6721;
}
.BgClassName
{
background-color: #5A6721;
}
</style>
border-color css
<style>
span { border-color: #5A6721; }
span { border-color: rgb(90,103,33); }
td.TdClassName
{
border-color: #5A6721;
}
.TagClassName
{
border-color: #5A6721;
}
</style>