Shades of Fiji Green #5A6810
Tints of Fiji Green #5A6810
RGB
CMYK
RGB Variations
Color information
#5A6810 (or 0x5A6810) is known color: Fiji Green. HEX triplet: 5A, 68 and 10. RGB value is (90,104,16). Sum of RGB (Red+Green+Blue) = 90+104+16=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6810 is #A597EF. Grayscale: #5A5A5A. Windows color (decimal): -10852336 or 1075290. OLE color: 1075290.
HSL color Cylindrical-coordinate representation of color #5A6810: hue angle of 69.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A6810 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 16 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.59 |
| HSL | 69.55º | 0.73% | 0.24% | - |
| HSV(B) | 69.55º | 0.85% | 0.41% | - |
| XYZ | 9.26 | 12.11 | 2.34 | - |
| YUV | 89.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 16 | 0.13 | 0 | 0.85 | 0.59 | 69.55 | 0.73 | 0.24 |
| Hex | 5A | 68 | 10 | D | 0 | 55 | 3B | 46 | 49 | 18 |
| Octal | 132 | 150 | 20 | 15 | 0 | 125 | 73 | 106 | 111 | 30 |
| Binary | 1011010 | 1101000 | 10000 | 1101 | 0 | 1010101 | 111011 | 1000110 | 1001001 | 11000 |
Color Harmonies of #5A6810
Complementary color
Monochromatic Colors of #5A6810
Black with #5A6810
Text Example
Text Example
White with #5A6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6810; }
p { color: rgb(90,104,16); }
H1.HeaderClassName
{
color: #5A6810;
}
.AnyTagClassName
{
color: #5A6810;
}
</style>
background-color css
<style>
a { background-color: #5A6810; }
a { background-color: rgb(90,104,16); }
div.DivClassName
{
background-color: #5A6810;
}
.BgClassName
{
background-color: #5A6810;
}
</style>
border-color css
<style>
span { border-color: #5A6810; }
span { border-color: rgb(90,104,16); }
td.TdClassName
{
border-color: #5A6810;
}
.TagClassName
{
border-color: #5A6810;
}
</style>