Shades of Olivine #A2B77A
Tints of Olivine #A2B77A
RGB
CMYK
RGB Variations
Color information
#A2B77A (or 0xA2B77A) is known color: Olivine. HEX triplet: A2, B7 and 7A. RGB value is (162,183,122). Sum of RGB (Red+Green+Blue) = 162+183+122=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77A is #5D4885. Grayscale: #A9A9A9. Windows color (decimal): -6113414 or 8042402. OLE color: 8042402.
HSL color Cylindrical-coordinate representation of color #A2B77A: hue angle of 80.66º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B77A is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 122 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.28 |
| HSL | 80.66º | 0.3% | 0.6% | - |
| HSV(B) | 80.66º | 0.33% | 0.72% | - |
| XYZ | 35.35 | 42.95 | 24.84 | - |
| YUV | 169.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 122 | 0.11 | 0 | 0.33 | 0.28 | 80.66 | 0.3 | 0.6 |
| Hex | A2 | B7 | 7A | B | 0 | 21 | 1C | 51 | 1E | 3C |
| Octal | 242 | 267 | 172 | 13 | 0 | 41 | 34 | 121 | 36 | 74 |
| Binary | 10100010 | 10110111 | 1111010 | 1011 | 0 | 100001 | 11100 | 1010001 | 11110 | 111100 |
Color Harmonies of #A2B77A
Complementary color
Monochromatic Colors of #A2B77A
Black with #A2B77A
Text Example
Text Example
White with #A2B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B77A; }
p { color: rgb(162,183,122); }
H1.HeaderClassName
{
color: #A2B77A;
}
.AnyTagClassName
{
color: #A2B77A;
}
</style>
background-color css
<style>
a { background-color: #A2B77A; }
a { background-color: rgb(162,183,122); }
div.DivClassName
{
background-color: #A2B77A;
}
.BgClassName
{
background-color: #A2B77A;
}
</style>
border-color css
<style>
span { border-color: #A2B77A; }
span { border-color: rgb(162,183,122); }
td.TdClassName
{
border-color: #A2B77A;
}
.TagClassName
{
border-color: #A2B77A;
}
</style>