Shades of Olivine #A0B86C
Tints of Olivine #A0B86C
RGB
CMYK
RGB Variations
Color information
#A0B86C (or 0xA0B86C) is known color: Olivine. HEX triplet: A0, B8 and 6C. RGB value is (160,184,108). Sum of RGB (Red+Green+Blue) = 160+184+108=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B86C is #5F4793. Grayscale: #A8A8A8. Windows color (decimal): -6244244 or 7125152. OLE color: 7125152.
HSL color Cylindrical-coordinate representation of color #A0B86C: hue angle of 78.95º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0B86C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 108 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.28 |
| HSL | 78.95º | 0.35% | 0.57% | - |
| HSV(B) | 78.95º | 0.41% | 0.72% | - |
| XYZ | 34.34 | 42.84 | 20.65 | - |
| YUV | 168.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 108 | 0.13 | 0 | 0.41 | 0.28 | 78.95 | 0.35 | 0.57 |
| Hex | A0 | B8 | 6C | D | 0 | 29 | 1C | 4F | 23 | 39 |
| Octal | 240 | 270 | 154 | 15 | 0 | 51 | 34 | 117 | 43 | 71 |
| Binary | 10100000 | 10111000 | 1101100 | 1101 | 0 | 101001 | 11100 | 1001111 | 100011 | 111001 |
Color Harmonies of #A0B86C
Complementary color
Monochromatic Colors of #A0B86C
Black with #A0B86C
Text Example
Text Example
White with #A0B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B86C; }
p { color: rgb(160,184,108); }
H1.HeaderClassName
{
color: #A0B86C;
}
.AnyTagClassName
{
color: #A0B86C;
}
</style>
background-color css
<style>
a { background-color: #A0B86C; }
a { background-color: rgb(160,184,108); }
div.DivClassName
{
background-color: #A0B86C;
}
.BgClassName
{
background-color: #A0B86C;
}
</style>
border-color css
<style>
span { border-color: #A0B86C; }
span { border-color: rgb(160,184,108); }
td.TdClassName
{
border-color: #A0B86C;
}
.TagClassName
{
border-color: #A0B86C;
}
</style>