Shades of Fiji Green #5A6711
Tints of Fiji Green #5A6711
RGB
CMYK
RGB Variations
Color information
#5A6711 (or 0x5A6711) is known color: Fiji Green. HEX triplet: 5A, 67 and 11. RGB value is (90,103,17). Sum of RGB (Red+Green+Blue) = 90+103+17=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6711 is #A598EE. Grayscale: #595959. Windows color (decimal): -10852591 or 1140570. OLE color: 1140570.
HSL color Cylindrical-coordinate representation of color #5A6711: hue angle of 69.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A6711 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 17 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.60 |
| HSL | 69.07º | 0.72% | 0.24% | - |
| HSV(B) | 69.07º | 0.83% | 0.4% | - |
| XYZ | 9.17 | 11.91 | 2.35 | - |
| YUV | 89.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 17 | 0.13 | 0 | 0.83 | 0.60 | 69.07 | 0.72 | 0.24 |
| Hex | 5A | 67 | 11 | D | 0 | 53 | 3C | 45 | 48 | 18 |
| Octal | 132 | 147 | 21 | 15 | 0 | 123 | 74 | 105 | 110 | 30 |
| Binary | 1011010 | 1100111 | 10001 | 1101 | 0 | 1010011 | 111100 | 1000101 | 1001000 | 11000 |
Color Harmonies of #5A6711
Complementary color
Monochromatic Colors of #5A6711
Black with #5A6711
Text Example
Text Example
White with #5A6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6711; }
p { color: rgb(90,103,17); }
H1.HeaderClassName
{
color: #5A6711;
}
.AnyTagClassName
{
color: #5A6711;
}
</style>
background-color css
<style>
a { background-color: #5A6711; }
a { background-color: rgb(90,103,17); }
div.DivClassName
{
background-color: #5A6711;
}
.BgClassName
{
background-color: #5A6711;
}
</style>
border-color css
<style>
span { border-color: #5A6711; }
span { border-color: rgb(90,103,17); }
td.TdClassName
{
border-color: #5A6711;
}
.TagClassName
{
border-color: #5A6711;
}
</style>