Shades of Olivine #A2B777
Tints of Olivine #A2B777
RGB
CMYK
RGB Variations
Color information
#A2B777 (or 0xA2B777) is known color: Olivine. HEX triplet: A2, B7 and 77. RGB value is (162,183,119). Sum of RGB (Red+Green+Blue) = 162+183+119=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B777 is #5D4888. Grayscale: #A9A9A9. Windows color (decimal): -6113417 or 7845794. OLE color: 7845794.
HSL color Cylindrical-coordinate representation of color #A2B777: hue angle of 79.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B777 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 119 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.28 |
| HSL | 79.69º | 0.31% | 0.59% | - |
| HSV(B) | 79.69º | 0.35% | 0.72% | - |
| XYZ | 35.16 | 42.88 | 23.88 | - |
| YUV | 169.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 119 | 0.11 | 0 | 0.35 | 0.28 | 79.69 | 0.31 | 0.59 |
| Hex | A2 | B7 | 77 | B | 0 | 23 | 1C | 50 | 1F | 3B |
| Octal | 242 | 267 | 167 | 13 | 0 | 43 | 34 | 120 | 37 | 73 |
| Binary | 10100010 | 10110111 | 1110111 | 1011 | 0 | 100011 | 11100 | 1010000 | 11111 | 111011 |
Color Harmonies of #A2B777
Complementary color
Monochromatic Colors of #A2B777
Black with #A2B777
Text Example
Text Example
White with #A2B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B777; }
p { color: rgb(162,183,119); }
H1.HeaderClassName
{
color: #A2B777;
}
.AnyTagClassName
{
color: #A2B777;
}
</style>
background-color css
<style>
a { background-color: #A2B777; }
a { background-color: rgb(162,183,119); }
div.DivClassName
{
background-color: #A2B777;
}
.BgClassName
{
background-color: #A2B777;
}
</style>
border-color css
<style>
span { border-color: #A2B777; }
span { border-color: rgb(162,183,119); }
td.TdClassName
{
border-color: #A2B777;
}
.TagClassName
{
border-color: #A2B777;
}
</style>