Shades of Olivine #A6B86E
Tints of Olivine #A6B86E
RGB
CMYK
RGB Variations
Color information
#A6B86E (or 0xA6B86E) is known color: Olivine. HEX triplet: A6, B8 and 6E. RGB value is (166,184,110). Sum of RGB (Red+Green+Blue) = 166+184+110=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B86E is #594791. Grayscale: #AAAAAA. Windows color (decimal): -5851026 or 7256230. OLE color: 7256230.
HSL color Cylindrical-coordinate representation of color #A6B86E: hue angle of 74.59º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B86E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 110 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.28 |
| HSL | 74.59º | 0.34% | 0.58% | - |
| HSV(B) | 74.59º | 0.4% | 0.72% | - |
| XYZ | 35.68 | 43.51 | 21.27 | - |
| YUV | 170.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 110 | 0.10 | 0 | 0.40 | 0.28 | 74.59 | 0.34 | 0.58 |
| Hex | A6 | B8 | 6E | A | 0 | 28 | 1C | 4B | 22 | 3A |
| Octal | 246 | 270 | 156 | 12 | 0 | 50 | 34 | 113 | 42 | 72 |
| Binary | 10100110 | 10111000 | 1101110 | 1010 | 0 | 101000 | 11100 | 1001011 | 100010 | 111010 |
Color Harmonies of #A6B86E
Complementary color
Monochromatic Colors of #A6B86E
Black with #A6B86E
Text Example
Text Example
White with #A6B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B86E; }
p { color: rgb(166,184,110); }
H1.HeaderClassName
{
color: #A6B86E;
}
.AnyTagClassName
{
color: #A6B86E;
}
</style>
background-color css
<style>
a { background-color: #A6B86E; }
a { background-color: rgb(166,184,110); }
div.DivClassName
{
background-color: #A6B86E;
}
.BgClassName
{
background-color: #A6B86E;
}
</style>
border-color css
<style>
span { border-color: #A6B86E; }
span { border-color: rgb(166,184,110); }
td.TdClassName
{
border-color: #A6B86E;
}
.TagClassName
{
border-color: #A6B86E;
}
</style>