Shades of Olivine #A4B773
Tints of Olivine #A4B773
RGB
CMYK
RGB Variations
Color information
#A4B773 (or 0xA4B773) is known color: Olivine. HEX triplet: A4, B7 and 73. RGB value is (164,183,115). Sum of RGB (Red+Green+Blue) = 164+183+115=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B773 is #5B488C. Grayscale: #A9A9A9. Windows color (decimal): -5982349 or 7583652. OLE color: 7583652.
HSL color Cylindrical-coordinate representation of color #A4B773: hue angle of 76.76º 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 #A4B773 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 115 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.28 |
| HSL | 76.76º | 0.32% | 0.58% | - |
| HSV(B) | 76.76º | 0.37% | 0.72% | - |
| XYZ | 35.34 | 43 | 22.66 | - |
| YUV | 169.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 115 | 0.10 | 0 | 0.37 | 0.28 | 76.76 | 0.32 | 0.58 |
| Hex | A4 | B7 | 73 | A | 0 | 25 | 1C | 4D | 20 | 3A |
| Octal | 244 | 267 | 163 | 12 | 0 | 45 | 34 | 115 | 40 | 72 |
| Binary | 10100100 | 10110111 | 1110011 | 1010 | 0 | 100101 | 11100 | 1001101 | 100000 | 111010 |
Color Harmonies of #A4B773
Complementary color
Monochromatic Colors of #A4B773
Black with #A4B773
Text Example
Text Example
White with #A4B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B773; }
p { color: rgb(164,183,115); }
H1.HeaderClassName
{
color: #A4B773;
}
.AnyTagClassName
{
color: #A4B773;
}
</style>
background-color css
<style>
a { background-color: #A4B773; }
a { background-color: rgb(164,183,115); }
div.DivClassName
{
background-color: #A4B773;
}
.BgClassName
{
background-color: #A4B773;
}
</style>
border-color css
<style>
span { border-color: #A4B773; }
span { border-color: rgb(164,183,115); }
td.TdClassName
{
border-color: #A4B773;
}
.TagClassName
{
border-color: #A4B773;
}
</style>