Shades of Fiji Green #5A6814
Tints of Fiji Green #5A6814
RGB
CMYK
RGB Variations
Color information
#5A6814 (or 0x5A6814) is known color: Fiji Green. HEX triplet: 5A, 68 and 14. RGB value is (90,104,20). Sum of RGB (Red+Green+Blue) = 90+104+20=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6814 is #A597EB. Grayscale: #5A5A5A. Windows color (decimal): -10852332 or 1337434. OLE color: 1337434.
HSL color Cylindrical-coordinate representation of color #5A6814: hue angle of 70º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A6814 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 20 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.59 |
| HSL | 70º | 0.68% | 0.24% | - |
| HSV(B) | 70º | 0.81% | 0.41% | - |
| XYZ | 9.29 | 12.12 | 2.51 | - |
| YUV | 90.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 20 | 0.13 | 0 | 0.81 | 0.59 | 70 | 0.68 | 0.24 |
| Hex | 5A | 68 | 14 | D | 0 | 51 | 3B | 46 | 44 | 18 |
| Octal | 132 | 150 | 24 | 15 | 0 | 121 | 73 | 106 | 104 | 30 |
| Binary | 1011010 | 1101000 | 10100 | 1101 | 0 | 1010001 | 111011 | 1000110 | 1000100 | 11000 |
Color Harmonies of #5A6814
Complementary color
Monochromatic Colors of #5A6814
Black with #5A6814
Text Example
Text Example
White with #5A6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6814; }
p { color: rgb(90,104,20); }
H1.HeaderClassName
{
color: #5A6814;
}
.AnyTagClassName
{
color: #5A6814;
}
</style>
background-color css
<style>
a { background-color: #5A6814; }
a { background-color: rgb(90,104,20); }
div.DivClassName
{
background-color: #5A6814;
}
.BgClassName
{
background-color: #5A6814;
}
</style>
border-color css
<style>
span { border-color: #5A6814; }
span { border-color: rgb(90,104,20); }
td.TdClassName
{
border-color: #5A6814;
}
.TagClassName
{
border-color: #5A6814;
}
</style>