Shades of Olivine #A6B972
Tints of Olivine #A6B972
RGB
CMYK
RGB Variations
Color information
#A6B972 (or 0xA6B972) is known color: Olivine. HEX triplet: A6, B9 and 72. RGB value is (166,185,114). Sum of RGB (Red+Green+Blue) = 166+185+114=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B972 is #59468D. Grayscale: #ABABAB. Windows color (decimal): -5850766 or 7518630. OLE color: 7518630.
HSL color Cylindrical-coordinate representation of color #A6B972: hue angle of 76.06º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6B972 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 114 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.27 |
| HSL | 76.06º | 0.34% | 0.59% | - |
| HSV(B) | 76.06º | 0.38% | 0.73% | - |
| XYZ | 36.11 | 44.02 | 22.51 | - |
| YUV | 171.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 114 | 0.10 | 0 | 0.38 | 0.27 | 76.06 | 0.34 | 0.59 |
| Hex | A6 | B9 | 72 | A | 0 | 26 | 1B | 4C | 22 | 3B |
| Octal | 246 | 271 | 162 | 12 | 0 | 46 | 33 | 114 | 42 | 73 |
| Binary | 10100110 | 10111001 | 1110010 | 1010 | 0 | 100110 | 11011 | 1001100 | 100010 | 111011 |
Color Harmonies of #A6B972
Complementary color
Monochromatic Colors of #A6B972
Black with #A6B972
Text Example
Text Example
White with #A6B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B972; }
p { color: rgb(166,185,114); }
H1.HeaderClassName
{
color: #A6B972;
}
.AnyTagClassName
{
color: #A6B972;
}
</style>
background-color css
<style>
a { background-color: #A6B972; }
a { background-color: rgb(166,185,114); }
div.DivClassName
{
background-color: #A6B972;
}
.BgClassName
{
background-color: #A6B972;
}
</style>
border-color css
<style>
span { border-color: #A6B972; }
span { border-color: rgb(166,185,114); }
td.TdClassName
{
border-color: #A6B972;
}
.TagClassName
{
border-color: #A6B972;
}
</style>