Shades of Olivine #A0B97F
Tints of Olivine #A0B97F
RGB
CMYK
RGB Variations
Color information
#A0B97F (or 0xA0B97F) is known color: Olivine. HEX triplet: A0, B9 and 7F. RGB value is (160,185,127). Sum of RGB (Red+Green+Blue) = 160+185+127=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B97F is #5F4680. Grayscale: #ABABAB. Windows color (decimal): -6243969 or 8370592. OLE color: 8370592.
HSL color Cylindrical-coordinate representation of color #A0B97F: hue angle of 85.86º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0B97F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 127 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.27 |
| HSL | 85.86º | 0.29% | 0.61% | - |
| HSV(B) | 85.86º | 0.31% | 0.73% | - |
| XYZ | 35.68 | 43.7 | 26.63 | - |
| YUV | 170.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 127 | 0.14 | 0 | 0.31 | 0.27 | 85.86 | 0.29 | 0.61 |
| Hex | A0 | B9 | 7F | E | 0 | 1F | 1B | 56 | 1D | 3D |
| Octal | 240 | 271 | 177 | 16 | 0 | 37 | 33 | 126 | 35 | 75 |
| Binary | 10100000 | 10111001 | 1111111 | 1110 | 0 | 11111 | 11011 | 1010110 | 11101 | 111101 |
Color Harmonies of #A0B97F
Complementary color
Monochromatic Colors of #A0B97F
Black with #A0B97F
Text Example
Text Example
White with #A0B97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B97F; }
p { color: rgb(160,185,127); }
H1.HeaderClassName
{
color: #A0B97F;
}
.AnyTagClassName
{
color: #A0B97F;
}
</style>
background-color css
<style>
a { background-color: #A0B97F; }
a { background-color: rgb(160,185,127); }
div.DivClassName
{
background-color: #A0B97F;
}
.BgClassName
{
background-color: #A0B97F;
}
</style>
border-color css
<style>
span { border-color: #A0B97F; }
span { border-color: rgb(160,185,127); }
td.TdClassName
{
border-color: #A0B97F;
}
.TagClassName
{
border-color: #A0B97F;
}
</style>