Shades of Olivine #A0B97D
Tints of Olivine #A0B97D
RGB
CMYK
RGB Variations
Color information
#A0B97D (or 0xA0B97D) is known color: Olivine. HEX triplet: A0, B9 and 7D. RGB value is (160,185,125). Sum of RGB (Red+Green+Blue) = 160+185+125=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B97D is #5F4682. Grayscale: #AAAAAA. Windows color (decimal): -6243971 or 8239520. OLE color: 8239520.
HSL color Cylindrical-coordinate representation of color #A0B97D: hue angle of 85º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B97D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 125 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.27 |
| HSL | 85º | 0.3% | 0.61% | - |
| HSV(B) | 85º | 0.32% | 0.73% | - |
| XYZ | 35.55 | 43.65 | 25.95 | - |
| YUV | 170.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 125 | 0.14 | 0 | 0.32 | 0.27 | 85 | 0.3 | 0.61 |
| Hex | A0 | B9 | 7D | E | 0 | 20 | 1B | 55 | 1E | 3D |
| Octal | 240 | 271 | 175 | 16 | 0 | 40 | 33 | 125 | 36 | 75 |
| Binary | 10100000 | 10111001 | 1111101 | 1110 | 0 | 100000 | 11011 | 1010101 | 11110 | 111101 |
Color Harmonies of #A0B97D
Complementary color
Monochromatic Colors of #A0B97D
Black with #A0B97D
Text Example
Text Example
White with #A0B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B97D; }
p { color: rgb(160,185,125); }
H1.HeaderClassName
{
color: #A0B97D;
}
.AnyTagClassName
{
color: #A0B97D;
}
</style>
background-color css
<style>
a { background-color: #A0B97D; }
a { background-color: rgb(160,185,125); }
div.DivClassName
{
background-color: #A0B97D;
}
.BgClassName
{
background-color: #A0B97D;
}
</style>
border-color css
<style>
span { border-color: #A0B97D; }
span { border-color: rgb(160,185,125); }
td.TdClassName
{
border-color: #A0B97D;
}
.TagClassName
{
border-color: #A0B97D;
}
</style>