Shades of Olivine #A2B37A
Tints of Olivine #A2B37A
RGB
CMYK
RGB Variations
Color information
#A2B37A (or 0xA2B37A) is known color: Olivine. HEX triplet: A2, B3 and 7A. RGB value is (162,179,122). Sum of RGB (Red+Green+Blue) = 162+179+122=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B37A is #5D4C85. Grayscale: #A7A7A7. Windows color (decimal): -6114438 or 8041378. OLE color: 8041378.
HSL color Cylindrical-coordinate representation of color #A2B37A: hue angle of 77.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B37A is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 122 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.30 |
| HSL | 77.89º | 0.27% | 0.59% | - |
| HSV(B) | 77.89º | 0.32% | 0.7% | - |
| XYZ | 34.53 | 41.33 | 24.57 | - |
| YUV | 167.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 122 | 0.09 | 0 | 0.32 | 0.30 | 77.89 | 0.27 | 0.59 |
| Hex | A2 | B3 | 7A | 9 | 0 | 20 | 1E | 4E | 1B | 3B |
| Octal | 242 | 263 | 172 | 11 | 0 | 40 | 36 | 116 | 33 | 73 |
| Binary | 10100010 | 10110011 | 1111010 | 1001 | 0 | 100000 | 11110 | 1001110 | 11011 | 111011 |
Color Harmonies of #A2B37A
Complementary color
Monochromatic Colors of #A2B37A
Black with #A2B37A
Text Example
Text Example
White with #A2B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B37A; }
p { color: rgb(162,179,122); }
H1.HeaderClassName
{
color: #A2B37A;
}
.AnyTagClassName
{
color: #A2B37A;
}
</style>
background-color css
<style>
a { background-color: #A2B37A; }
a { background-color: rgb(162,179,122); }
div.DivClassName
{
background-color: #A2B37A;
}
.BgClassName
{
background-color: #A2B37A;
}
</style>
border-color css
<style>
span { border-color: #A2B37A; }
span { border-color: rgb(162,179,122); }
td.TdClassName
{
border-color: #A2B37A;
}
.TagClassName
{
border-color: #A2B37A;
}
</style>