Shades of Fiji Green #5A6521
Tints of Fiji Green #5A6521
RGB
CMYK
RGB Variations
Color information
#5A6521 (or 0x5A6521) is known color: Fiji Green. HEX triplet: 5A, 65 and 21. RGB value is (90,101,33). Sum of RGB (Red+Green+Blue) = 90+101+33=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6521 is #A59ADE. Grayscale: #5A5A5A. Windows color (decimal): -10853087 or 2188634. OLE color: 2188634.
HSL color Cylindrical-coordinate representation of color #5A6521: hue angle of 69.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A6521 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 33 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.60 |
| HSL | 69.71º | 0.51% | 0.26% | - |
| HSV(B) | 69.71º | 0.67% | 0.4% | - |
| XYZ | 9.14 | 11.59 | 3.19 | - |
| YUV | 89.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 33 | 0.11 | 0 | 0.67 | 0.60 | 69.71 | 0.51 | 0.26 |
| Hex | 5A | 65 | 21 | B | 0 | 43 | 3C | 46 | 33 | 1A |
| Octal | 132 | 145 | 41 | 13 | 0 | 103 | 74 | 106 | 63 | 32 |
| Binary | 1011010 | 1100101 | 100001 | 1011 | 0 | 1000011 | 111100 | 1000110 | 110011 | 11010 |
Color Harmonies of #5A6521
Complementary color
Monochromatic Colors of #5A6521
Black with #5A6521
Text Example
Text Example
White with #5A6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6521; }
p { color: rgb(90,101,33); }
H1.HeaderClassName
{
color: #5A6521;
}
.AnyTagClassName
{
color: #5A6521;
}
</style>
background-color css
<style>
a { background-color: #5A6521; }
a { background-color: rgb(90,101,33); }
div.DivClassName
{
background-color: #5A6521;
}
.BgClassName
{
background-color: #5A6521;
}
</style>
border-color css
<style>
span { border-color: #5A6521; }
span { border-color: rgb(90,101,33); }
td.TdClassName
{
border-color: #5A6521;
}
.TagClassName
{
border-color: #5A6521;
}
</style>