Shades of Olivine #A6B973
Tints of Olivine #A6B973
RGB
CMYK
RGB Variations
Color information
#A6B973 (or 0xA6B973) is known color: Olivine. HEX triplet: A6, B9 and 73. RGB value is (166,185,115). Sum of RGB (Red+Green+Blue) = 166+185+115=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B973 is #59468C. Grayscale: #ABABAB. Windows color (decimal): -5850765 or 7584166. OLE color: 7584166.
HSL color Cylindrical-coordinate representation of color #A6B973: hue angle of 76.29º degrees, saturation: 0.33, 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 #A6B973 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 115 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.27 |
| HSL | 76.29º | 0.33% | 0.59% | - |
| HSV(B) | 76.29º | 0.38% | 0.73% | - |
| XYZ | 36.17 | 44.04 | 22.81 | - |
| YUV | 171.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 115 | 0.10 | 0 | 0.38 | 0.27 | 76.29 | 0.33 | 0.59 |
| Hex | A6 | B9 | 73 | A | 0 | 26 | 1B | 4C | 21 | 3B |
| Octal | 246 | 271 | 163 | 12 | 0 | 46 | 33 | 114 | 41 | 73 |
| Binary | 10100110 | 10111001 | 1110011 | 1010 | 0 | 100110 | 11011 | 1001100 | 100001 | 111011 |
Color Harmonies of #A6B973
Complementary color
Monochromatic Colors of #A6B973
Black with #A6B973
Text Example
Text Example
White with #A6B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B973; }
p { color: rgb(166,185,115); }
H1.HeaderClassName
{
color: #A6B973;
}
.AnyTagClassName
{
color: #A6B973;
}
</style>
background-color css
<style>
a { background-color: #A6B973; }
a { background-color: rgb(166,185,115); }
div.DivClassName
{
background-color: #A6B973;
}
.BgClassName
{
background-color: #A6B973;
}
</style>
border-color css
<style>
span { border-color: #A6B973; }
span { border-color: rgb(166,185,115); }
td.TdClassName
{
border-color: #A6B973;
}
.TagClassName
{
border-color: #A6B973;
}
</style>