Shades of Olivine #A2B77E
Tints of Olivine #A2B77E
RGB
CMYK
RGB Variations
Color information
#A2B77E (or 0xA2B77E) is known color: Olivine. HEX triplet: A2, B7 and 7E. RGB value is (162,183,126). Sum of RGB (Red+Green+Blue) = 162+183+126=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77E is #5D4881. Grayscale: #AAAAAA. Windows color (decimal): -6113410 or 8304546. OLE color: 8304546.
HSL color Cylindrical-coordinate representation of color #A2B77E: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B77E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 126 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.28 |
| HSL | 82.11º | 0.28% | 0.61% | - |
| HSV(B) | 82.11º | 0.31% | 0.72% | - |
| XYZ | 35.6 | 43.05 | 26.17 | - |
| YUV | 170.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 126 | 0.11 | 0 | 0.31 | 0.28 | 82.11 | 0.28 | 0.61 |
| Hex | A2 | B7 | 7E | B | 0 | 1F | 1C | 52 | 1C | 3D |
| Octal | 242 | 267 | 176 | 13 | 0 | 37 | 34 | 122 | 34 | 75 |
| Binary | 10100010 | 10110111 | 1111110 | 1011 | 0 | 11111 | 11100 | 1010010 | 11100 | 111101 |
Color Harmonies of #A2B77E
Complementary color
Monochromatic Colors of #A2B77E
Black with #A2B77E
Text Example
Text Example
White with #A2B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B77E; }
p { color: rgb(162,183,126); }
H1.HeaderClassName
{
color: #A2B77E;
}
.AnyTagClassName
{
color: #A2B77E;
}
</style>
background-color css
<style>
a { background-color: #A2B77E; }
a { background-color: rgb(162,183,126); }
div.DivClassName
{
background-color: #A2B77E;
}
.BgClassName
{
background-color: #A2B77E;
}
</style>
border-color css
<style>
span { border-color: #A2B77E; }
span { border-color: rgb(162,183,126); }
td.TdClassName
{
border-color: #A2B77E;
}
.TagClassName
{
border-color: #A2B77E;
}
</style>