Shades of Olivine #A2B378
Tints of Olivine #A2B378
RGB
CMYK
RGB Variations
Color information
#A2B378 (or 0xA2B378) is known color: Olivine. HEX triplet: A2, B3 and 78. RGB value is (162,179,120). Sum of RGB (Red+Green+Blue) = 162+179+120=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B378 is #5D4C87. Grayscale: #A7A7A7. Windows color (decimal): -6114440 or 7910306. OLE color: 7910306.
HSL color Cylindrical-coordinate representation of color #A2B378: hue angle of 77.29º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B378 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 120 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.30 |
| HSL | 77.29º | 0.28% | 0.59% | - |
| HSV(B) | 77.29º | 0.33% | 0.7% | - |
| XYZ | 34.41 | 41.28 | 23.92 | - |
| YUV | 167.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 120 | 0.09 | 0 | 0.33 | 0.30 | 77.29 | 0.28 | 0.59 |
| Hex | A2 | B3 | 78 | 9 | 0 | 21 | 1E | 4D | 1C | 3B |
| Octal | 242 | 263 | 170 | 11 | 0 | 41 | 36 | 115 | 34 | 73 |
| Binary | 10100010 | 10110011 | 1111000 | 1001 | 0 | 100001 | 11110 | 1001101 | 11100 | 111011 |
Color Harmonies of #A2B378
Complementary color
Monochromatic Colors of #A2B378
Black with #A2B378
Text Example
Text Example
White with #A2B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B378; }
p { color: rgb(162,179,120); }
H1.HeaderClassName
{
color: #A2B378;
}
.AnyTagClassName
{
color: #A2B378;
}
</style>
background-color css
<style>
a { background-color: #A2B378; }
a { background-color: rgb(162,179,120); }
div.DivClassName
{
background-color: #A2B378;
}
.BgClassName
{
background-color: #A2B378;
}
</style>
border-color css
<style>
span { border-color: #A2B378; }
span { border-color: rgb(162,179,120); }
td.TdClassName
{
border-color: #A2B378;
}
.TagClassName
{
border-color: #A2B378;
}
</style>