Shades of Olivine #A6B86D
Tints of Olivine #A6B86D
RGB
CMYK
RGB Variations
Color information
#A6B86D (or 0xA6B86D) is known color: Olivine. HEX triplet: A6, B8 and 6D. RGB value is (166,184,109). Sum of RGB (Red+Green+Blue) = 166+184+109=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B86D is #594792. Grayscale: #AAAAAA. Windows color (decimal): -5851027 or 7190694. OLE color: 7190694.
HSL color Cylindrical-coordinate representation of color #A6B86D: hue angle of 74.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6B86D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 109 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.28 |
| HSL | 74.4º | 0.35% | 0.57% | - |
| HSV(B) | 74.4º | 0.41% | 0.72% | - |
| XYZ | 35.63 | 43.49 | 20.99 | - |
| YUV | 170.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 109 | 0.10 | 0 | 0.41 | 0.28 | 74.4 | 0.35 | 0.57 |
| Hex | A6 | B8 | 6D | A | 0 | 29 | 1C | 4A | 23 | 39 |
| Octal | 246 | 270 | 155 | 12 | 0 | 51 | 34 | 112 | 43 | 71 |
| Binary | 10100110 | 10111000 | 1101101 | 1010 | 0 | 101001 | 11100 | 1001010 | 100011 | 111001 |
Color Harmonies of #A6B86D
Complementary color
Monochromatic Colors of #A6B86D
Black with #A6B86D
Text Example
Text Example
White with #A6B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B86D; }
p { color: rgb(166,184,109); }
H1.HeaderClassName
{
color: #A6B86D;
}
.AnyTagClassName
{
color: #A6B86D;
}
</style>
background-color css
<style>
a { background-color: #A6B86D; }
a { background-color: rgb(166,184,109); }
div.DivClassName
{
background-color: #A6B86D;
}
.BgClassName
{
background-color: #A6B86D;
}
</style>
border-color css
<style>
span { border-color: #A6B86D; }
span { border-color: rgb(166,184,109); }
td.TdClassName
{
border-color: #A6B86D;
}
.TagClassName
{
border-color: #A6B86D;
}
</style>