Shades of Fiji Green #5A6921
Tints of Fiji Green #5A6921
RGB
CMYK
RGB Variations
Color information
#5A6921 (or 0x5A6921) is known color: Fiji Green. HEX triplet: 5A, 69 and 21. RGB value is (90,105,33). Sum of RGB (Red+Green+Blue) = 90+105+33=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6921 is #A596DE. Grayscale: #5C5C5C. Windows color (decimal): -10852063 or 2189658. OLE color: 2189658.
HSL color Cylindrical-coordinate representation of color #5A6921: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A6921 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 33 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.59 |
| HSL | 72.5º | 0.52% | 0.27% | - |
| HSV(B) | 72.5º | 0.69% | 0.41% | - |
| XYZ | 9.54 | 12.39 | 3.33 | - |
| YUV | 92.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 33 | 0.14 | 0 | 0.69 | 0.59 | 72.5 | 0.52 | 0.27 |
| Hex | 5A | 69 | 21 | E | 0 | 45 | 3B | 48 | 34 | 1B |
| Octal | 132 | 151 | 41 | 16 | 0 | 105 | 73 | 110 | 64 | 33 |
| Binary | 1011010 | 1101001 | 100001 | 1110 | 0 | 1000101 | 111011 | 1001000 | 110100 | 11011 |
Color Harmonies of #5A6921
Complementary color
Monochromatic Colors of #5A6921
Black with #5A6921
Text Example
Text Example
White with #5A6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6921; }
p { color: rgb(90,105,33); }
H1.HeaderClassName
{
color: #5A6921;
}
.AnyTagClassName
{
color: #5A6921;
}
</style>
background-color css
<style>
a { background-color: #5A6921; }
a { background-color: rgb(90,105,33); }
div.DivClassName
{
background-color: #5A6921;
}
.BgClassName
{
background-color: #5A6921;
}
</style>
border-color css
<style>
span { border-color: #5A6921; }
span { border-color: rgb(90,105,33); }
td.TdClassName
{
border-color: #5A6921;
}
.TagClassName
{
border-color: #5A6921;
}
</style>