Shades of Olivine #A2B778
Tints of Olivine #A2B778
RGB
CMYK
RGB Variations
Color information
#A2B778 (or 0xA2B778) is known color: Olivine. HEX triplet: A2, B7 and 78. RGB value is (162,183,120). Sum of RGB (Red+Green+Blue) = 162+183+120=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B778 is #5D4887. Grayscale: #A9A9A9. Windows color (decimal): -6113416 or 7911330. OLE color: 7911330.
HSL color Cylindrical-coordinate representation of color #A2B778: hue angle of 80º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B778 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 120 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.28 |
| HSL | 80º | 0.3% | 0.59% | - |
| HSV(B) | 80º | 0.34% | 0.72% | - |
| XYZ | 35.22 | 42.9 | 24.19 | - |
| YUV | 169.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 120 | 0.11 | 0 | 0.34 | 0.28 | 80 | 0.3 | 0.59 |
| Hex | A2 | B7 | 78 | B | 0 | 22 | 1C | 50 | 1E | 3B |
| Octal | 242 | 267 | 170 | 13 | 0 | 42 | 34 | 120 | 36 | 73 |
| Binary | 10100010 | 10110111 | 1111000 | 1011 | 0 | 100010 | 11100 | 1010000 | 11110 | 111011 |
Color Harmonies of #A2B778
Complementary color
Monochromatic Colors of #A2B778
Black with #A2B778
Text Example
Text Example
White with #A2B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B778; }
p { color: rgb(162,183,120); }
H1.HeaderClassName
{
color: #A2B778;
}
.AnyTagClassName
{
color: #A2B778;
}
</style>
background-color css
<style>
a { background-color: #A2B778; }
a { background-color: rgb(162,183,120); }
div.DivClassName
{
background-color: #A2B778;
}
.BgClassName
{
background-color: #A2B778;
}
</style>
border-color css
<style>
span { border-color: #A2B778; }
span { border-color: rgb(162,183,120); }
td.TdClassName
{
border-color: #A2B778;
}
.TagClassName
{
border-color: #A2B778;
}
</style>