Shades of Fiji Green #586A16
Tints of Fiji Green #586A16
RGB
CMYK
RGB Variations
Color information
#586A16 (or 0x586A16) is known color: Fiji Green. HEX triplet: 58, 6A and 16. RGB value is (88,106,22). Sum of RGB (Red+Green+Blue) = 88+106+22=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #586A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586A16 is #A795E9. Grayscale: #5B5B5B. Windows color (decimal): -10982890 or 1469016. OLE color: 1469016.
HSL color Cylindrical-coordinate representation of color #586A16: hue angle of 72.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #586A16 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 106 | 22 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.58 |
| HSL | 72.86º | 0.66% | 0.25% | - |
| HSV(B) | 72.86º | 0.79% | 0.42% | - |
| XYZ | 9.32 | 12.44 | 2.67 | - |
| YUV | 91.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 22 | 0.17 | 0 | 0.79 | 0.58 | 72.86 | 0.66 | 0.25 |
| Hex | 58 | 6A | 16 | 11 | 0 | 4F | 3A | 49 | 42 | 19 |
| Octal | 130 | 152 | 26 | 21 | 0 | 117 | 72 | 111 | 102 | 31 |
| Binary | 1011000 | 1101010 | 10110 | 10001 | 0 | 1001111 | 111010 | 1001001 | 1000010 | 11001 |
Color Harmonies of #586A16
Complementary color
Monochromatic Colors of #586A16
Black with #586A16
Text Example
Text Example
White with #586A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A16; }
p { color: rgb(88,106,22); }
H1.HeaderClassName
{
color: #586A16;
}
.AnyTagClassName
{
color: #586A16;
}
</style>
background-color css
<style>
a { background-color: #586A16; }
a { background-color: rgb(88,106,22); }
div.DivClassName
{
background-color: #586A16;
}
.BgClassName
{
background-color: #586A16;
}
</style>
border-color css
<style>
span { border-color: #586A16; }
span { border-color: rgb(88,106,22); }
td.TdClassName
{
border-color: #586A16;
}
.TagClassName
{
border-color: #586A16;
}
</style>