Shades of Fiji Green #5A6010
Tints of Fiji Green #5A6010
RGB
CMYK
RGB Variations
Color information
#5A6010 (or 0x5A6010) is known color: Fiji Green. HEX triplet: 5A, 60 and 10. RGB value is (90,96,16). Sum of RGB (Red+Green+Blue) = 90+96+16=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6010 is #A59FEF. Grayscale: #555555. Windows color (decimal): -10854384 or 1073242. OLE color: 1073242.
HSL color Cylindrical-coordinate representation of color #5A6010: hue angle of 64.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A6010 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 16 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.62 |
| HSL | 64.5º | 0.71% | 0.22% | - |
| HSV(B) | 64.5º | 0.83% | 0.38% | - |
| XYZ | 8.49 | 10.58 | 2.08 | - |
| YUV | 85.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 16 | 0.06 | 0 | 0.83 | 0.62 | 64.5 | 0.71 | 0.22 |
| Hex | 5A | 60 | 10 | 6 | 0 | 53 | 3E | 40 | 47 | 16 |
| Octal | 132 | 140 | 20 | 6 | 0 | 123 | 76 | 100 | 107 | 26 |
| Binary | 1011010 | 1100000 | 10000 | 110 | 0 | 1010011 | 111110 | 1000000 | 1000111 | 10110 |
Color Harmonies of #5A6010
Complementary color
Monochromatic Colors of #5A6010
Black with #5A6010
Text Example
Text Example
White with #5A6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6010; }
p { color: rgb(90,96,16); }
H1.HeaderClassName
{
color: #5A6010;
}
.AnyTagClassName
{
color: #5A6010;
}
</style>
background-color css
<style>
a { background-color: #5A6010; }
a { background-color: rgb(90,96,16); }
div.DivClassName
{
background-color: #5A6010;
}
.BgClassName
{
background-color: #5A6010;
}
</style>
border-color css
<style>
span { border-color: #5A6010; }
span { border-color: rgb(90,96,16); }
td.TdClassName
{
border-color: #5A6010;
}
.TagClassName
{
border-color: #5A6010;
}
</style>