Shades of Olivine #A2B76B
Tints of Olivine #A2B76B
RGB
CMYK
RGB Variations
Color information
#A2B76B (or 0xA2B76B) is known color: Olivine. HEX triplet: A2, B7 and 6B. RGB value is (162,183,107). Sum of RGB (Red+Green+Blue) = 162+183+107=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B76B is #5D4894. Grayscale: #A8A8A8. Windows color (decimal): -6113429 or 7059362. OLE color: 7059362.
HSL color Cylindrical-coordinate representation of color #A2B76B: hue angle of 76.58º 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 #A2B76B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 107 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.28 |
| HSL | 76.58º | 0.35% | 0.57% | - |
| HSV(B) | 76.58º | 0.42% | 0.72% | - |
| XYZ | 34.49 | 42.61 | 20.32 | - |
| YUV | 168.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 107 | 0.11 | 0 | 0.42 | 0.28 | 76.58 | 0.35 | 0.57 |
| Hex | A2 | B7 | 6B | B | 0 | 2A | 1C | 4D | 23 | 39 |
| Octal | 242 | 267 | 153 | 13 | 0 | 52 | 34 | 115 | 43 | 71 |
| Binary | 10100010 | 10110111 | 1101011 | 1011 | 0 | 101010 | 11100 | 1001101 | 100011 | 111001 |
Color Harmonies of #A2B76B
Complementary color
Monochromatic Colors of #A2B76B
Black with #A2B76B
Text Example
Text Example
White with #A2B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B76B; }
p { color: rgb(162,183,107); }
H1.HeaderClassName
{
color: #A2B76B;
}
.AnyTagClassName
{
color: #A2B76B;
}
</style>
background-color css
<style>
a { background-color: #A2B76B; }
a { background-color: rgb(162,183,107); }
div.DivClassName
{
background-color: #A2B76B;
}
.BgClassName
{
background-color: #A2B76B;
}
</style>
border-color css
<style>
span { border-color: #A2B76B; }
span { border-color: rgb(162,183,107); }
td.TdClassName
{
border-color: #A2B76B;
}
.TagClassName
{
border-color: #A2B76B;
}
</style>