Shades of Olivine #A0B96C
Tints of Olivine #A0B96C
RGB
CMYK
RGB Variations
Color information
#A0B96C (or 0xA0B96C) is known color: Olivine. HEX triplet: A0, B9 and 6C. RGB value is (160,185,108). Sum of RGB (Red+Green+Blue) = 160+185+108=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B96C is #5F4693. Grayscale: #A9A9A9. Windows color (decimal): -6243988 or 7125408. OLE color: 7125408.
HSL color Cylindrical-coordinate representation of color #A0B96C: hue angle of 79.48º 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 #A0B96C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 108 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.27 |
| HSL | 79.48º | 0.35% | 0.57% | - |
| HSV(B) | 79.48º | 0.42% | 0.73% | - |
| XYZ | 34.55 | 43.25 | 20.72 | - |
| YUV | 168.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 108 | 0.14 | 0 | 0.42 | 0.27 | 79.48 | 0.35 | 0.57 |
| Hex | A0 | B9 | 6C | E | 0 | 2A | 1B | 4F | 23 | 39 |
| Octal | 240 | 271 | 154 | 16 | 0 | 52 | 33 | 117 | 43 | 71 |
| Binary | 10100000 | 10111001 | 1101100 | 1110 | 0 | 101010 | 11011 | 1001111 | 100011 | 111001 |
Color Harmonies of #A0B96C
Complementary color
Monochromatic Colors of #A0B96C
Black with #A0B96C
Text Example
Text Example
White with #A0B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B96C; }
p { color: rgb(160,185,108); }
H1.HeaderClassName
{
color: #A0B96C;
}
.AnyTagClassName
{
color: #A0B96C;
}
</style>
background-color css
<style>
a { background-color: #A0B96C; }
a { background-color: rgb(160,185,108); }
div.DivClassName
{
background-color: #A0B96C;
}
.BgClassName
{
background-color: #A0B96C;
}
</style>
border-color css
<style>
span { border-color: #A0B96C; }
span { border-color: rgb(160,185,108); }
td.TdClassName
{
border-color: #A0B96C;
}
.TagClassName
{
border-color: #A0B96C;
}
</style>