Shades of Olivine #A0B480
Tints of Olivine #A0B480
RGB
CMYK
RGB Variations
Color information
#A0B480 (or 0xA0B480) is known color: Olivine. HEX triplet: A0, B4 and 80. RGB value is (160,180,128). Sum of RGB (Red+Green+Blue) = 160+180+128=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B480 is #5F4B7F. Grayscale: #A8A8A8. Windows color (decimal): -6245248 or 8434848. OLE color: 8434848.
HSL color Cylindrical-coordinate representation of color #A0B480: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B480 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 128 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.29 |
| HSL | 83.08º | 0.26% | 0.6% | - |
| HSV(B) | 83.08º | 0.29% | 0.71% | - |
| XYZ | 34.71 | 41.67 | 26.64 | - |
| YUV | 168.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 128 | 0.11 | 0 | 0.29 | 0.29 | 83.08 | 0.26 | 0.6 |
| Hex | A0 | B4 | 80 | B | 0 | 1D | 1D | 53 | 1A | 3C |
| Octal | 240 | 264 | 200 | 13 | 0 | 35 | 35 | 123 | 32 | 74 |
| Binary | 10100000 | 10110100 | 10000000 | 1011 | 0 | 11101 | 11101 | 1010011 | 11010 | 111100 |
Color Harmonies of #A0B480
Complementary color
Monochromatic Colors of #A0B480
Black with #A0B480
Text Example
Text Example
White with #A0B480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B480; }
p { color: rgb(160,180,128); }
H1.HeaderClassName
{
color: #A0B480;
}
.AnyTagClassName
{
color: #A0B480;
}
</style>
background-color css
<style>
a { background-color: #A0B480; }
a { background-color: rgb(160,180,128); }
div.DivClassName
{
background-color: #A0B480;
}
.BgClassName
{
background-color: #A0B480;
}
</style>
border-color css
<style>
span { border-color: #A0B480; }
span { border-color: rgb(160,180,128); }
td.TdClassName
{
border-color: #A0B480;
}
.TagClassName
{
border-color: #A0B480;
}
</style>