Shades of Olivine #A3B770
Tints of Olivine #A3B770
RGB
CMYK
RGB Variations
Color information
#A3B770 (or 0xA3B770) is known color: Olivine. HEX triplet: A3, B7 and 70. RGB value is (163,183,112). Sum of RGB (Red+Green+Blue) = 163+183+112=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B770 is #5C488F. Grayscale: #A9A9A9. Windows color (decimal): -6047888 or 7387043. OLE color: 7387043.
HSL color Cylindrical-coordinate representation of color #A3B770: hue angle of 76.9º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3B770 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 112 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.28 |
| HSL | 76.9º | 0.33% | 0.58% | - |
| HSV(B) | 76.9º | 0.39% | 0.72% | - |
| XYZ | 34.96 | 42.82 | 21.75 | - |
| YUV | 168.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 112 | 0.11 | 0 | 0.39 | 0.28 | 76.9 | 0.33 | 0.58 |
| Hex | A3 | B7 | 70 | B | 0 | 27 | 1C | 4D | 21 | 3A |
| Octal | 243 | 267 | 160 | 13 | 0 | 47 | 34 | 115 | 41 | 72 |
| Binary | 10100011 | 10110111 | 1110000 | 1011 | 0 | 100111 | 11100 | 1001101 | 100001 | 111010 |
Color Harmonies of #A3B770
Complementary color
Monochromatic Colors of #A3B770
Black with #A3B770
Text Example
Text Example
White with #A3B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B770; }
p { color: rgb(163,183,112); }
H1.HeaderClassName
{
color: #A3B770;
}
.AnyTagClassName
{
color: #A3B770;
}
</style>
background-color css
<style>
a { background-color: #A3B770; }
a { background-color: rgb(163,183,112); }
div.DivClassName
{
background-color: #A3B770;
}
.BgClassName
{
background-color: #A3B770;
}
</style>
border-color css
<style>
span { border-color: #A3B770; }
span { border-color: rgb(163,183,112); }
td.TdClassName
{
border-color: #A3B770;
}
.TagClassName
{
border-color: #A3B770;
}
</style>