Shades of Olivine #A0B371
Tints of Olivine #A0B371
RGB
CMYK
RGB Variations
Color information
#A0B371 (or 0xA0B371) is known color: Olivine. HEX triplet: A0, B3 and 71. RGB value is (160,179,113). Sum of RGB (Red+Green+Blue) = 160+179+113=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B371 is #5F4C8E. Grayscale: #A6A6A6. Windows color (decimal): -6245519 or 7451552. OLE color: 7451552.
HSL color Cylindrical-coordinate representation of color #A0B371: hue angle of 77.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B371 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 113 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.30 |
| HSL | 77.27º | 0.3% | 0.57% | - |
| HSV(B) | 77.27º | 0.37% | 0.7% | - |
| XYZ | 33.6 | 40.91 | 21.75 | - |
| YUV | 165.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 113 | 0.11 | 0 | 0.37 | 0.30 | 77.27 | 0.3 | 0.57 |
| Hex | A0 | B3 | 71 | B | 0 | 25 | 1E | 4D | 1E | 39 |
| Octal | 240 | 263 | 161 | 13 | 0 | 45 | 36 | 115 | 36 | 71 |
| Binary | 10100000 | 10110011 | 1110001 | 1011 | 0 | 100101 | 11110 | 1001101 | 11110 | 111001 |
Color Harmonies of #A0B371
Complementary color
Monochromatic Colors of #A0B371
Black with #A0B371
Text Example
Text Example
White with #A0B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B371; }
p { color: rgb(160,179,113); }
H1.HeaderClassName
{
color: #A0B371;
}
.AnyTagClassName
{
color: #A0B371;
}
</style>
background-color css
<style>
a { background-color: #A0B371; }
a { background-color: rgb(160,179,113); }
div.DivClassName
{
background-color: #A0B371;
}
.BgClassName
{
background-color: #A0B371;
}
</style>
border-color css
<style>
span { border-color: #A0B371; }
span { border-color: rgb(160,179,113); }
td.TdClassName
{
border-color: #A0B371;
}
.TagClassName
{
border-color: #A0B371;
}
</style>