Shades of Olivine #A0B681
Tints of Olivine #A0B681
RGB
CMYK
RGB Variations
Color information
#A0B681 (or 0xA0B681) is known color: Olivine. HEX triplet: A0, B6 and 81. RGB value is (160,182,129). Sum of RGB (Red+Green+Blue) = 160+182+129=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B681 is #5F497E. Grayscale: #A9A9A9. Windows color (decimal): -6244735 or 8500896. OLE color: 8500896.
HSL color Cylindrical-coordinate representation of color #A0B681: hue angle of 84.91º degrees, saturation: 0.27, 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 #A0B681 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 129 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.29 |
| HSL | 84.91º | 0.27% | 0.61% | - |
| HSV(B) | 84.91º | 0.29% | 0.71% | - |
| XYZ | 35.19 | 42.51 | 27.12 | - |
| YUV | 169.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 129 | 0.12 | 0 | 0.29 | 0.29 | 84.91 | 0.27 | 0.61 |
| Hex | A0 | B6 | 81 | C | 0 | 1D | 1D | 55 | 1B | 3D |
| Octal | 240 | 266 | 201 | 14 | 0 | 35 | 35 | 125 | 33 | 75 |
| Binary | 10100000 | 10110110 | 10000001 | 1100 | 0 | 11101 | 11101 | 1010101 | 11011 | 111101 |
Color Harmonies of #A0B681
Complementary color
Monochromatic Colors of #A0B681
Black with #A0B681
Text Example
Text Example
White with #A0B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B681; }
p { color: rgb(160,182,129); }
H1.HeaderClassName
{
color: #A0B681;
}
.AnyTagClassName
{
color: #A0B681;
}
</style>
background-color css
<style>
a { background-color: #A0B681; }
a { background-color: rgb(160,182,129); }
div.DivClassName
{
background-color: #A0B681;
}
.BgClassName
{
background-color: #A0B681;
}
</style>
border-color css
<style>
span { border-color: #A0B681; }
span { border-color: rgb(160,182,129); }
td.TdClassName
{
border-color: #A0B681;
}
.TagClassName
{
border-color: #A0B681;
}
</style>