Shades of Olivine #A2B679
Tints of Olivine #A2B679
RGB
CMYK
RGB Variations
Color information
#A2B679 (or 0xA2B679) is known color: Olivine. HEX triplet: A2, B6 and 79. RGB value is (162,182,121). Sum of RGB (Red+Green+Blue) = 162+182+121=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B679 is #5D4986. Grayscale: #A9A9A9. Windows color (decimal): -6113671 or 7976610. OLE color: 7976610.
HSL color Cylindrical-coordinate representation of color #A2B679: hue angle of 79.67º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B679 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 121 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.29 |
| HSL | 79.67º | 0.29% | 0.59% | - |
| HSV(B) | 79.67º | 0.34% | 0.71% | - |
| XYZ | 35.08 | 42.52 | 24.45 | - |
| YUV | 169.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 121 | 0.11 | 0 | 0.34 | 0.29 | 79.67 | 0.29 | 0.59 |
| Hex | A2 | B6 | 79 | B | 0 | 22 | 1D | 50 | 1D | 3B |
| Octal | 242 | 266 | 171 | 13 | 0 | 42 | 35 | 120 | 35 | 73 |
| Binary | 10100010 | 10110110 | 1111001 | 1011 | 0 | 100010 | 11101 | 1010000 | 11101 | 111011 |
Color Harmonies of #A2B679
Complementary color
Monochromatic Colors of #A2B679
Black with #A2B679
Text Example
Text Example
White with #A2B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B679; }
p { color: rgb(162,182,121); }
H1.HeaderClassName
{
color: #A2B679;
}
.AnyTagClassName
{
color: #A2B679;
}
</style>
background-color css
<style>
a { background-color: #A2B679; }
a { background-color: rgb(162,182,121); }
div.DivClassName
{
background-color: #A2B679;
}
.BgClassName
{
background-color: #A2B679;
}
</style>
border-color css
<style>
span { border-color: #A2B679; }
span { border-color: rgb(162,182,121); }
td.TdClassName
{
border-color: #A2B679;
}
.TagClassName
{
border-color: #A2B679;
}
</style>