Shades of Olivine #A0B876
Tints of Olivine #A0B876
RGB
CMYK
RGB Variations
Color information
#A0B876 (or 0xA0B876) is known color: Olivine. HEX triplet: A0, B8 and 76. RGB value is (160,184,118). Sum of RGB (Red+Green+Blue) = 160+184+118=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B876 is #5F4789. Grayscale: #A9A9A9. Windows color (decimal): -6244234 or 7780512. OLE color: 7780512.
HSL color Cylindrical-coordinate representation of color #A0B876: hue angle of 81.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B876 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 118 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.28 |
| HSL | 81.82º | 0.32% | 0.59% | - |
| HSV(B) | 81.82º | 0.36% | 0.72% | - |
| XYZ | 34.91 | 43.06 | 23.61 | - |
| YUV | 169.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 118 | 0.13 | 0 | 0.36 | 0.28 | 81.82 | 0.32 | 0.59 |
| Hex | A0 | B8 | 76 | D | 0 | 24 | 1C | 52 | 20 | 3B |
| Octal | 240 | 270 | 166 | 15 | 0 | 44 | 34 | 122 | 40 | 73 |
| Binary | 10100000 | 10111000 | 1110110 | 1101 | 0 | 100100 | 11100 | 1010010 | 100000 | 111011 |
Color Harmonies of #A0B876
Complementary color
Monochromatic Colors of #A0B876
Black with #A0B876
Text Example
Text Example
White with #A0B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B876; }
p { color: rgb(160,184,118); }
H1.HeaderClassName
{
color: #A0B876;
}
.AnyTagClassName
{
color: #A0B876;
}
</style>
background-color css
<style>
a { background-color: #A0B876; }
a { background-color: rgb(160,184,118); }
div.DivClassName
{
background-color: #A0B876;
}
.BgClassName
{
background-color: #A0B876;
}
</style>
border-color css
<style>
span { border-color: #A0B876; }
span { border-color: rgb(160,184,118); }
td.TdClassName
{
border-color: #A0B876;
}
.TagClassName
{
border-color: #A0B876;
}
</style>