Shades of Olivine #A2B67B
Tints of Olivine #A2B67B
RGB
CMYK
RGB Variations
Color information
#A2B67B (or 0xA2B67B) is known color: Olivine. HEX triplet: A2, B6 and 7B. RGB value is (162,182,123). Sum of RGB (Red+Green+Blue) = 162+182+123=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B67B is #5D4984. Grayscale: #A9A9A9. Windows color (decimal): -6113669 or 8107682. OLE color: 8107682.
HSL color Cylindrical-coordinate representation of color #A2B67B: hue angle of 80.34º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B67B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 123 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.29 |
| HSL | 80.34º | 0.29% | 0.6% | - |
| HSV(B) | 80.34º | 0.32% | 0.71% | - |
| XYZ | 35.2 | 42.57 | 25.1 | - |
| YUV | 169.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 123 | 0.11 | 0 | 0.32 | 0.29 | 80.34 | 0.29 | 0.6 |
| Hex | A2 | B6 | 7B | B | 0 | 20 | 1D | 50 | 1D | 3C |
| Octal | 242 | 266 | 173 | 13 | 0 | 40 | 35 | 120 | 35 | 74 |
| Binary | 10100010 | 10110110 | 1111011 | 1011 | 0 | 100000 | 11101 | 1010000 | 11101 | 111100 |
Color Harmonies of #A2B67B
Complementary color
Monochromatic Colors of #A2B67B
Black with #A2B67B
Text Example
Text Example
White with #A2B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B67B; }
p { color: rgb(162,182,123); }
H1.HeaderClassName
{
color: #A2B67B;
}
.AnyTagClassName
{
color: #A2B67B;
}
</style>
background-color css
<style>
a { background-color: #A2B67B; }
a { background-color: rgb(162,182,123); }
div.DivClassName
{
background-color: #A2B67B;
}
.BgClassName
{
background-color: #A2B67B;
}
</style>
border-color css
<style>
span { border-color: #A2B67B; }
span { border-color: rgb(162,182,123); }
td.TdClassName
{
border-color: #A2B67B;
}
.TagClassName
{
border-color: #A2B67B;
}
</style>