Shades of Olivine #A6B96F
Tints of Olivine #A6B96F
RGB
CMYK
RGB Variations
Color information
#A6B96F (or 0xA6B96F) is known color: Olivine. HEX triplet: A6, B9 and 6F. RGB value is (166,185,111). Sum of RGB (Red+Green+Blue) = 166+185+111=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B96F is #594690. Grayscale: #ABABAB. Windows color (decimal): -5850769 or 7322022. OLE color: 7322022.
HSL color Cylindrical-coordinate representation of color #A6B96F: hue angle of 75.41º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B96F is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 111 | - |
| CMYK | 0.10 | 0 | 0.4 | 0.27 |
| HSL | 75.41º | 0.35% | 0.58% | - |
| HSV(B) | 75.41º | 0.4% | 0.73% | - |
| XYZ | 35.94 | 43.95 | 21.63 | - |
| YUV | 170.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 111 | 0.10 | 0 | 0.4 | 0.27 | 75.41 | 0.35 | 0.58 |
| Hex | A6 | B9 | 6F | A | 0 | 28 | 1B | 4B | 23 | 3A |
| Octal | 246 | 271 | 157 | 12 | 0 | 50 | 33 | 113 | 43 | 72 |
| Binary | 10100110 | 10111001 | 1101111 | 1010 | 0 | 101000 | 11011 | 1001011 | 100011 | 111010 |
Color Harmonies of #A6B96F
Complementary color
Monochromatic Colors of #A6B96F
Black with #A6B96F
Text Example
Text Example
White with #A6B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B96F; }
p { color: rgb(166,185,111); }
H1.HeaderClassName
{
color: #A6B96F;
}
.AnyTagClassName
{
color: #A6B96F;
}
</style>
background-color css
<style>
a { background-color: #A6B96F; }
a { background-color: rgb(166,185,111); }
div.DivClassName
{
background-color: #A6B96F;
}
.BgClassName
{
background-color: #A6B96F;
}
</style>
border-color css
<style>
span { border-color: #A6B96F; }
span { border-color: rgb(166,185,111); }
td.TdClassName
{
border-color: #A6B96F;
}
.TagClassName
{
border-color: #A6B96F;
}
</style>