Shades of Olivine #A0B580
Tints of Olivine #A0B580
RGB
CMYK
RGB Variations
Color information
#A0B580 (or 0xA0B580) is known color: Olivine. HEX triplet: A0, B5 and 80. RGB value is (160,181,128). Sum of RGB (Red+Green+Blue) = 160+181+128=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B580 is #5F4A7F. Grayscale: #A8A8A8. Windows color (decimal): -6244992 or 8435104. OLE color: 8435104.
HSL color Cylindrical-coordinate representation of color #A0B580: hue angle of 83.77º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B580 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 128 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 83.77º | 0.26% | 0.61% | - |
| HSV(B) | 83.77º | 0.29% | 0.71% | - |
| XYZ | 34.92 | 42.08 | 26.7 | - |
| YUV | 168.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 128 | 0.12 | 0 | 0.29 | 0.29 | 83.77 | 0.26 | 0.61 |
| Hex | A0 | B5 | 80 | C | 0 | 1D | 1D | 54 | 1A | 3D |
| Octal | 240 | 265 | 200 | 14 | 0 | 35 | 35 | 124 | 32 | 75 |
| Binary | 10100000 | 10110101 | 10000000 | 1100 | 0 | 11101 | 11101 | 1010100 | 11010 | 111101 |
Color Harmonies of #A0B580
Complementary color
Monochromatic Colors of #A0B580
Black with #A0B580
Text Example
Text Example
White with #A0B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B580; }
p { color: rgb(160,181,128); }
H1.HeaderClassName
{
color: #A0B580;
}
.AnyTagClassName
{
color: #A0B580;
}
</style>
background-color css
<style>
a { background-color: #A0B580; }
a { background-color: rgb(160,181,128); }
div.DivClassName
{
background-color: #A0B580;
}
.BgClassName
{
background-color: #A0B580;
}
</style>
border-color css
<style>
span { border-color: #A0B580; }
span { border-color: rgb(160,181,128); }
td.TdClassName
{
border-color: #A0B580;
}
.TagClassName
{
border-color: #A0B580;
}
</style>