Shades of Olivine #A2B67A
Tints of Olivine #A2B67A
RGB
CMYK
RGB Variations
Color information
#A2B67A (or 0xA2B67A) is known color: Olivine. HEX triplet: A2, B6 and 7A. RGB value is (162,182,122). Sum of RGB (Red+Green+Blue) = 162+182+122=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B67A is #5D4985. Grayscale: #A9A9A9. Windows color (decimal): -6113670 or 8042146. OLE color: 8042146.
HSL color Cylindrical-coordinate representation of color #A2B67A: hue angle of 80º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B67A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 122 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.29 |
| HSL | 80º | 0.29% | 0.6% | - |
| HSV(B) | 80º | 0.33% | 0.71% | - |
| XYZ | 35.14 | 42.54 | 24.77 | - |
| YUV | 169.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 122 | 0.11 | 0 | 0.33 | 0.29 | 80 | 0.29 | 0.6 |
| Hex | A2 | B6 | 7A | B | 0 | 21 | 1D | 50 | 1D | 3C |
| Octal | 242 | 266 | 172 | 13 | 0 | 41 | 35 | 120 | 35 | 74 |
| Binary | 10100010 | 10110110 | 1111010 | 1011 | 0 | 100001 | 11101 | 1010000 | 11101 | 111100 |
Color Harmonies of #A2B67A
Complementary color
Monochromatic Colors of #A2B67A
Black with #A2B67A
Text Example
Text Example
White with #A2B67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B67A; }
p { color: rgb(162,182,122); }
H1.HeaderClassName
{
color: #A2B67A;
}
.AnyTagClassName
{
color: #A2B67A;
}
</style>
background-color css
<style>
a { background-color: #A2B67A; }
a { background-color: rgb(162,182,122); }
div.DivClassName
{
background-color: #A2B67A;
}
.BgClassName
{
background-color: #A2B67A;
}
</style>
border-color css
<style>
span { border-color: #A2B67A; }
span { border-color: rgb(162,182,122); }
td.TdClassName
{
border-color: #A2B67A;
}
.TagClassName
{
border-color: #A2B67A;
}
</style>