Shades of Olivine #A2B77C
Tints of Olivine #A2B77C
RGB
CMYK
RGB Variations
Color information
#A2B77C (or 0xA2B77C) is known color: Olivine. HEX triplet: A2, B7 and 7C. RGB value is (162,183,124). Sum of RGB (Red+Green+Blue) = 162+183+124=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77C is #5D4883. Grayscale: #AAAAAA. Windows color (decimal): -6113412 or 8173474. OLE color: 8173474.
HSL color Cylindrical-coordinate representation of color #A2B77C: hue angle of 81.36º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B77C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 124 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.28 |
| HSL | 81.36º | 0.29% | 0.6% | - |
| HSV(B) | 81.36º | 0.32% | 0.72% | - |
| XYZ | 35.47 | 43 | 25.5 | - |
| YUV | 170 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 124 | 0.11 | 0 | 0.32 | 0.28 | 81.36 | 0.29 | 0.6 |
| Hex | A2 | B7 | 7C | B | 0 | 20 | 1C | 51 | 1D | 3C |
| Octal | 242 | 267 | 174 | 13 | 0 | 40 | 34 | 121 | 35 | 74 |
| Binary | 10100010 | 10110111 | 1111100 | 1011 | 0 | 100000 | 11100 | 1010001 | 11101 | 111100 |
Color Harmonies of #A2B77C
Complementary color
Monochromatic Colors of #A2B77C
Black with #A2B77C
Text Example
Text Example
White with #A2B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B77C; }
p { color: rgb(162,183,124); }
H1.HeaderClassName
{
color: #A2B77C;
}
.AnyTagClassName
{
color: #A2B77C;
}
</style>
background-color css
<style>
a { background-color: #A2B77C; }
a { background-color: rgb(162,183,124); }
div.DivClassName
{
background-color: #A2B77C;
}
.BgClassName
{
background-color: #A2B77C;
}
</style>
border-color css
<style>
span { border-color: #A2B77C; }
span { border-color: rgb(162,183,124); }
td.TdClassName
{
border-color: #A2B77C;
}
.TagClassName
{
border-color: #A2B77C;
}
</style>