Shades of Olivine #A0B579
Tints of Olivine #A0B579
RGB
CMYK
RGB Variations
Color information
#A0B579 (or 0xA0B579) is known color: Olivine. HEX triplet: A0, B5 and 79. RGB value is (160,181,121). Sum of RGB (Red+Green+Blue) = 160+181+121=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B579 is #5F4A86. Grayscale: #A8A8A8. Windows color (decimal): -6244999 or 7976352. OLE color: 7976352.
HSL color Cylindrical-coordinate representation of color #A0B579: hue angle of 81º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0B579 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 121 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.29 |
| HSL | 81º | 0.29% | 0.59% | - |
| HSV(B) | 81º | 0.33% | 0.71% | - |
| XYZ | 34.47 | 41.9 | 24.36 | - |
| YUV | 167.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 121 | 0.12 | 0 | 0.33 | 0.29 | 81 | 0.29 | 0.59 |
| Hex | A0 | B5 | 79 | C | 0 | 21 | 1D | 51 | 1D | 3B |
| Octal | 240 | 265 | 171 | 14 | 0 | 41 | 35 | 121 | 35 | 73 |
| Binary | 10100000 | 10110101 | 1111001 | 1100 | 0 | 100001 | 11101 | 1010001 | 11101 | 111011 |
Color Harmonies of #A0B579
Complementary color
Monochromatic Colors of #A0B579
Black with #A0B579
Text Example
Text Example
White with #A0B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B579; }
p { color: rgb(160,181,121); }
H1.HeaderClassName
{
color: #A0B579;
}
.AnyTagClassName
{
color: #A0B579;
}
</style>
background-color css
<style>
a { background-color: #A0B579; }
a { background-color: rgb(160,181,121); }
div.DivClassName
{
background-color: #A0B579;
}
.BgClassName
{
background-color: #A0B579;
}
</style>
border-color css
<style>
span { border-color: #A0B579; }
span { border-color: rgb(160,181,121); }
td.TdClassName
{
border-color: #A0B579;
}
.TagClassName
{
border-color: #A0B579;
}
</style>