Shades of Olivine #A0B181
Tints of Olivine #A0B181
RGB
CMYK
RGB Variations
Color information
#A0B181 (or 0xA0B181) is known color: Olivine. HEX triplet: A0, B1 and 81. RGB value is (160,177,129). Sum of RGB (Red+Green+Blue) = 160+177+129=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B181 is #5F4E7E. Grayscale: #A6A6A6. Windows color (decimal): -6246015 or 8499616. OLE color: 8499616.
HSL color Cylindrical-coordinate representation of color #A0B181: hue angle of 81.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B181 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 129 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.31 |
| HSL | 81.25º | 0.24% | 0.6% | - |
| HSV(B) | 81.25º | 0.27% | 0.69% | - |
| XYZ | 34.18 | 40.5 | 26.79 | - |
| YUV | 166.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 129 | 0.10 | 0 | 0.27 | 0.31 | 81.25 | 0.24 | 0.6 |
| Hex | A0 | B1 | 81 | A | 0 | 1B | 1F | 51 | 18 | 3C |
| Octal | 240 | 261 | 201 | 12 | 0 | 33 | 37 | 121 | 30 | 74 |
| Binary | 10100000 | 10110001 | 10000001 | 1010 | 0 | 11011 | 11111 | 1010001 | 11000 | 111100 |
Color Harmonies of #A0B181
Complementary color
Monochromatic Colors of #A0B181
Black with #A0B181
Text Example
Text Example
White with #A0B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B181; }
p { color: rgb(160,177,129); }
H1.HeaderClassName
{
color: #A0B181;
}
.AnyTagClassName
{
color: #A0B181;
}
</style>
background-color css
<style>
a { background-color: #A0B181; }
a { background-color: rgb(160,177,129); }
div.DivClassName
{
background-color: #A0B181;
}
.BgClassName
{
background-color: #A0B181;
}
</style>
border-color css
<style>
span { border-color: #A0B181; }
span { border-color: rgb(160,177,129); }
td.TdClassName
{
border-color: #A0B181;
}
.TagClassName
{
border-color: #A0B181;
}
</style>