Shades of Olivine #A3B773
Tints of Olivine #A3B773
RGB
CMYK
RGB Variations
Color information
#A3B773 (or 0xA3B773) is known color: Olivine. HEX triplet: A3, B7 and 73. RGB value is (163,183,115). Sum of RGB (Red+Green+Blue) = 163+183+115=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B773 is #5C488C. Grayscale: #A9A9A9. Windows color (decimal): -6047885 or 7583651. OLE color: 7583651.
HSL color Cylindrical-coordinate representation of color #A3B773: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3B773 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 115 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.28 |
| HSL | 77.65º | 0.32% | 0.58% | - |
| HSV(B) | 77.65º | 0.37% | 0.72% | - |
| XYZ | 35.13 | 42.89 | 22.65 | - |
| YUV | 169.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 115 | 0.11 | 0 | 0.37 | 0.28 | 77.65 | 0.32 | 0.58 |
| Hex | A3 | B7 | 73 | B | 0 | 25 | 1C | 4E | 20 | 3A |
| Octal | 243 | 267 | 163 | 13 | 0 | 45 | 34 | 116 | 40 | 72 |
| Binary | 10100011 | 10110111 | 1110011 | 1011 | 0 | 100101 | 11100 | 1001110 | 100000 | 111010 |
Color Harmonies of #A3B773
Complementary color
Monochromatic Colors of #A3B773
Black with #A3B773
Text Example
Text Example
White with #A3B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B773; }
p { color: rgb(163,183,115); }
H1.HeaderClassName
{
color: #A3B773;
}
.AnyTagClassName
{
color: #A3B773;
}
</style>
background-color css
<style>
a { background-color: #A3B773; }
a { background-color: rgb(163,183,115); }
div.DivClassName
{
background-color: #A3B773;
}
.BgClassName
{
background-color: #A3B773;
}
</style>
border-color css
<style>
span { border-color: #A3B773; }
span { border-color: rgb(163,183,115); }
td.TdClassName
{
border-color: #A3B773;
}
.TagClassName
{
border-color: #A3B773;
}
</style>