Shades of Fiji Green #5A6804
Tints of Fiji Green #5A6804
RGB
CMYK
RGB Variations
Color information
#5A6804 (or 0x5A6804) is known color: Fiji Green. HEX triplet: 5A, 68 and 04. RGB value is (90,104,4). Sum of RGB (Red+Green+Blue) = 90+104+4=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6804 is #A597FB. Grayscale: #585858. Windows color (decimal): -10852348 or 288858. OLE color: 288858.
HSL color Cylindrical-coordinate representation of color #5A6804: hue angle of 68.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A6804 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 4 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.59 |
| HSL | 68.4º | 0.93% | 0.21% | - |
| HSV(B) | 68.4º | 0.96% | 0.41% | - |
| XYZ | 9.19 | 12.08 | 1.96 | - |
| YUV | 88.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 4 | 0.13 | 0 | 0.96 | 0.59 | 68.4 | 0.93 | 0.21 |
| Hex | 5A | 68 | 4 | D | 0 | 60 | 3B | 44 | 5D | 15 |
| Octal | 132 | 150 | 4 | 15 | 0 | 140 | 73 | 104 | 135 | 25 |
| Binary | 1011010 | 1101000 | 100 | 1101 | 0 | 1100000 | 111011 | 1000100 | 1011101 | 10101 |
Color Harmonies of #5A6804
Complementary color
Monochromatic Colors of #5A6804
Black with #5A6804
Text Example
Text Example
White with #5A6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6804; }
p { color: rgb(90,104,4); }
H1.HeaderClassName
{
color: #5A6804;
}
.AnyTagClassName
{
color: #5A6804;
}
</style>
background-color css
<style>
a { background-color: #5A6804; }
a { background-color: rgb(90,104,4); }
div.DivClassName
{
background-color: #5A6804;
}
.BgClassName
{
background-color: #5A6804;
}
</style>
border-color css
<style>
span { border-color: #5A6804; }
span { border-color: rgb(90,104,4); }
td.TdClassName
{
border-color: #5A6804;
}
.TagClassName
{
border-color: #5A6804;
}
</style>