Shades of Olivine #A6BA69
Tints of Olivine #A6BA69
RGB
CMYK
RGB Variations
Color information
#A6BA69 (or 0xA6BA69) is known color: Olivine. HEX triplet: A6, BA and 69. RGB value is (166,186,105). Sum of RGB (Red+Green+Blue) = 166+186+105=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA69 is #594596. Grayscale: #ABABAB. Windows color (decimal): -5850519 or 6929062. OLE color: 6929062.
HSL color Cylindrical-coordinate representation of color #A6BA69: hue angle of 74.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6BA69 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 105 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.27 |
| HSL | 74.81º | 0.37% | 0.57% | - |
| HSV(B) | 74.81º | 0.44% | 0.73% | - |
| XYZ | 35.83 | 44.24 | 20.02 | - |
| YUV | 170.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 105 | 0.11 | 0 | 0.44 | 0.27 | 74.81 | 0.37 | 0.57 |
| Hex | A6 | BA | 69 | B | 0 | 2C | 1B | 4B | 25 | 39 |
| Octal | 246 | 272 | 151 | 13 | 0 | 54 | 33 | 113 | 45 | 71 |
| Binary | 10100110 | 10111010 | 1101001 | 1011 | 0 | 101100 | 11011 | 1001011 | 100101 | 111001 |
Color Harmonies of #A6BA69
Complementary color
Monochromatic Colors of #A6BA69
Black with #A6BA69
Text Example
Text Example
White with #A6BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA69; }
p { color: rgb(166,186,105); }
H1.HeaderClassName
{
color: #A6BA69;
}
.AnyTagClassName
{
color: #A6BA69;
}
</style>
background-color css
<style>
a { background-color: #A6BA69; }
a { background-color: rgb(166,186,105); }
div.DivClassName
{
background-color: #A6BA69;
}
.BgClassName
{
background-color: #A6BA69;
}
</style>
border-color css
<style>
span { border-color: #A6BA69; }
span { border-color: rgb(166,186,105); }
td.TdClassName
{
border-color: #A6BA69;
}
.TagClassName
{
border-color: #A6BA69;
}
</style>