Shades of Olivine #A2B76A
Tints of Olivine #A2B76A
RGB
CMYK
RGB Variations
Color information
#A2B76A (or 0xA2B76A) is known color: Olivine. HEX triplet: A2, B7 and 6A. RGB value is (162,183,106). Sum of RGB (Red+Green+Blue) = 162+183+106=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B76A is #5D4895. Grayscale: #A8A8A8. Windows color (decimal): -6113430 or 6993826. OLE color: 6993826.
HSL color Cylindrical-coordinate representation of color #A2B76A: hue angle of 76.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B76A is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 106 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.28 |
| HSL | 76.36º | 0.35% | 0.57% | - |
| HSV(B) | 76.36º | 0.42% | 0.72% | - |
| XYZ | 34.44 | 42.59 | 20.04 | - |
| YUV | 167.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 106 | 0.11 | 0 | 0.42 | 0.28 | 76.36 | 0.35 | 0.57 |
| Hex | A2 | B7 | 6A | B | 0 | 2A | 1C | 4C | 23 | 39 |
| Octal | 242 | 267 | 152 | 13 | 0 | 52 | 34 | 114 | 43 | 71 |
| Binary | 10100010 | 10110111 | 1101010 | 1011 | 0 | 101010 | 11100 | 1001100 | 100011 | 111001 |
Color Harmonies of #A2B76A
Complementary color
Monochromatic Colors of #A2B76A
Black with #A2B76A
Text Example
Text Example
White with #A2B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B76A; }
p { color: rgb(162,183,106); }
H1.HeaderClassName
{
color: #A2B76A;
}
.AnyTagClassName
{
color: #A2B76A;
}
</style>
background-color css
<style>
a { background-color: #A2B76A; }
a { background-color: rgb(162,183,106); }
div.DivClassName
{
background-color: #A2B76A;
}
.BgClassName
{
background-color: #A2B76A;
}
</style>
border-color css
<style>
span { border-color: #A2B76A; }
span { border-color: rgb(162,183,106); }
td.TdClassName
{
border-color: #A2B76A;
}
.TagClassName
{
border-color: #A2B76A;
}
</style>