Shades of Olivine #A6B96C
Tints of Olivine #A6B96C
RGB
CMYK
RGB Variations
Color information
#A6B96C (or 0xA6B96C) is known color: Olivine. HEX triplet: A6, B9 and 6C. RGB value is (166,185,108). Sum of RGB (Red+Green+Blue) = 166+185+108=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B96C is #594693. Grayscale: #AAAAAA. Windows color (decimal): -5850772 or 7125414. OLE color: 7125414.
HSL color Cylindrical-coordinate representation of color #A6B96C: hue angle of 74.81º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6B96C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 108 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.27 |
| HSL | 74.81º | 0.35% | 0.57% | - |
| HSV(B) | 74.81º | 0.42% | 0.73% | - |
| XYZ | 35.78 | 43.89 | 20.77 | - |
| YUV | 170.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 108 | 0.10 | 0 | 0.42 | 0.27 | 74.81 | 0.35 | 0.57 |
| Hex | A6 | B9 | 6C | A | 0 | 2A | 1B | 4B | 23 | 39 |
| Octal | 246 | 271 | 154 | 12 | 0 | 52 | 33 | 113 | 43 | 71 |
| Binary | 10100110 | 10111001 | 1101100 | 1010 | 0 | 101010 | 11011 | 1001011 | 100011 | 111001 |
Color Harmonies of #A6B96C
Complementary color
Monochromatic Colors of #A6B96C
Black with #A6B96C
Text Example
Text Example
White with #A6B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B96C; }
p { color: rgb(166,185,108); }
H1.HeaderClassName
{
color: #A6B96C;
}
.AnyTagClassName
{
color: #A6B96C;
}
</style>
background-color css
<style>
a { background-color: #A6B96C; }
a { background-color: rgb(166,185,108); }
div.DivClassName
{
background-color: #A6B96C;
}
.BgClassName
{
background-color: #A6B96C;
}
</style>
border-color css
<style>
span { border-color: #A6B96C; }
span { border-color: rgb(166,185,108); }
td.TdClassName
{
border-color: #A6B96C;
}
.TagClassName
{
border-color: #A6B96C;
}
</style>