Shades of Olivine #A0B472
Tints of Olivine #A0B472
RGB
CMYK
RGB Variations
Color information
#A0B472 (or 0xA0B472) is known color: Olivine. HEX triplet: A0, B4 and 72. RGB value is (160,180,114). Sum of RGB (Red+Green+Blue) = 160+180+114=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B472 is #5F4B8D. Grayscale: #A6A6A6. Windows color (decimal): -6245262 or 7517344. OLE color: 7517344.
HSL color Cylindrical-coordinate representation of color #A0B472: hue angle of 78.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B472 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 114 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.29 |
| HSL | 78.18º | 0.31% | 0.58% | - |
| HSV(B) | 78.18º | 0.37% | 0.71% | - |
| XYZ | 33.86 | 41.33 | 22.11 | - |
| YUV | 166.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 114 | 0.11 | 0 | 0.37 | 0.29 | 78.18 | 0.31 | 0.58 |
| Hex | A0 | B4 | 72 | B | 0 | 25 | 1D | 4E | 1F | 3A |
| Octal | 240 | 264 | 162 | 13 | 0 | 45 | 35 | 116 | 37 | 72 |
| Binary | 10100000 | 10110100 | 1110010 | 1011 | 0 | 100101 | 11101 | 1001110 | 11111 | 111010 |
Color Harmonies of #A0B472
Complementary color
Monochromatic Colors of #A0B472
Black with #A0B472
Text Example
Text Example
White with #A0B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B472; }
p { color: rgb(160,180,114); }
H1.HeaderClassName
{
color: #A0B472;
}
.AnyTagClassName
{
color: #A0B472;
}
</style>
background-color css
<style>
a { background-color: #A0B472; }
a { background-color: rgb(160,180,114); }
div.DivClassName
{
background-color: #A0B472;
}
.BgClassName
{
background-color: #A0B472;
}
</style>
border-color css
<style>
span { border-color: #A0B472; }
span { border-color: rgb(160,180,114); }
td.TdClassName
{
border-color: #A0B472;
}
.TagClassName
{
border-color: #A0B472;
}
</style>