Shades of Olivine #A0B471
Tints of Olivine #A0B471
RGB
CMYK
RGB Variations
Color information
#A0B471 (or 0xA0B471) is known color: Olivine. HEX triplet: A0, B4 and 71. RGB value is (160,180,113). Sum of RGB (Red+Green+Blue) = 160+180+113=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B471 is #5F4B8E. Grayscale: #A6A6A6. Windows color (decimal): -6245263 or 7451808. OLE color: 7451808.
HSL color Cylindrical-coordinate representation of color #A0B471: hue angle of 77.91º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B471 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 113 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.29 |
| HSL | 77.91º | 0.31% | 0.57% | - |
| HSV(B) | 77.91º | 0.37% | 0.71% | - |
| XYZ | 33.8 | 41.31 | 21.81 | - |
| YUV | 166.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 113 | 0.11 | 0 | 0.37 | 0.29 | 77.91 | 0.31 | 0.57 |
| Hex | A0 | B4 | 71 | B | 0 | 25 | 1D | 4E | 1F | 39 |
| Octal | 240 | 264 | 161 | 13 | 0 | 45 | 35 | 116 | 37 | 71 |
| Binary | 10100000 | 10110100 | 1110001 | 1011 | 0 | 100101 | 11101 | 1001110 | 11111 | 111001 |
Color Harmonies of #A0B471
Complementary color
Monochromatic Colors of #A0B471
Black with #A0B471
Text Example
Text Example
White with #A0B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B471; }
p { color: rgb(160,180,113); }
H1.HeaderClassName
{
color: #A0B471;
}
.AnyTagClassName
{
color: #A0B471;
}
</style>
background-color css
<style>
a { background-color: #A0B471; }
a { background-color: rgb(160,180,113); }
div.DivClassName
{
background-color: #A0B471;
}
.BgClassName
{
background-color: #A0B471;
}
</style>
border-color css
<style>
span { border-color: #A0B471; }
span { border-color: rgb(160,180,113); }
td.TdClassName
{
border-color: #A0B471;
}
.TagClassName
{
border-color: #A0B471;
}
</style>