Shades of Olivine #A2B672
Tints of Olivine #A2B672
RGB
CMYK
RGB Variations
Color information
#A2B672 (or 0xA2B672) is known color: Olivine. HEX triplet: A2, B6 and 72. RGB value is (162,182,114). Sum of RGB (Red+Green+Blue) = 162+182+114=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B672 is #5D498D. Grayscale: #A8A8A8. Windows color (decimal): -6113678 or 7517858. OLE color: 7517858.
HSL color Cylindrical-coordinate representation of color #A2B672: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2B672 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 114 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.29 |
| HSL | 77.65º | 0.32% | 0.58% | - |
| HSV(B) | 77.65º | 0.37% | 0.71% | - |
| XYZ | 34.67 | 42.35 | 22.27 | - |
| YUV | 168.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 114 | 0.11 | 0 | 0.37 | 0.29 | 77.65 | 0.32 | 0.58 |
| Hex | A2 | B6 | 72 | B | 0 | 25 | 1D | 4E | 20 | 3A |
| Octal | 242 | 266 | 162 | 13 | 0 | 45 | 35 | 116 | 40 | 72 |
| Binary | 10100010 | 10110110 | 1110010 | 1011 | 0 | 100101 | 11101 | 1001110 | 100000 | 111010 |
Color Harmonies of #A2B672
Complementary color
Monochromatic Colors of #A2B672
Black with #A2B672
Text Example
Text Example
White with #A2B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B672; }
p { color: rgb(162,182,114); }
H1.HeaderClassName
{
color: #A2B672;
}
.AnyTagClassName
{
color: #A2B672;
}
</style>
background-color css
<style>
a { background-color: #A2B672; }
a { background-color: rgb(162,182,114); }
div.DivClassName
{
background-color: #A2B672;
}
.BgClassName
{
background-color: #A2B672;
}
</style>
border-color css
<style>
span { border-color: #A2B672; }
span { border-color: rgb(162,182,114); }
td.TdClassName
{
border-color: #A2B672;
}
.TagClassName
{
border-color: #A2B672;
}
</style>