Shades of Olivine #A5B773
Tints of Olivine #A5B773
RGB
CMYK
RGB Variations
Color information
#A5B773 (or 0xA5B773) is known color: Olivine. HEX triplet: A5, B7 and 73. RGB value is (165,183,115). Sum of RGB (Red+Green+Blue) = 165+183+115=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B773 is #5A488C. Grayscale: #AAAAAA. Windows color (decimal): -5916813 or 7583653. OLE color: 7583653.
HSL color Cylindrical-coordinate representation of color #A5B773: hue angle of 75.88º 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 #A5B773 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 115 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.28 |
| HSL | 75.88º | 0.32% | 0.58% | - |
| HSV(B) | 75.88º | 0.37% | 0.72% | - |
| XYZ | 35.55 | 43.1 | 22.67 | - |
| YUV | 169.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 115 | 0.10 | 0 | 0.37 | 0.28 | 75.88 | 0.32 | 0.58 |
| Hex | A5 | B7 | 73 | A | 0 | 25 | 1C | 4C | 20 | 3A |
| Octal | 245 | 267 | 163 | 12 | 0 | 45 | 34 | 114 | 40 | 72 |
| Binary | 10100101 | 10110111 | 1110011 | 1010 | 0 | 100101 | 11100 | 1001100 | 100000 | 111010 |
Color Harmonies of #A5B773
Complementary color
Monochromatic Colors of #A5B773
Black with #A5B773
Text Example
Text Example
White with #A5B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B773; }
p { color: rgb(165,183,115); }
H1.HeaderClassName
{
color: #A5B773;
}
.AnyTagClassName
{
color: #A5B773;
}
</style>
background-color css
<style>
a { background-color: #A5B773; }
a { background-color: rgb(165,183,115); }
div.DivClassName
{
background-color: #A5B773;
}
.BgClassName
{
background-color: #A5B773;
}
</style>
border-color css
<style>
span { border-color: #A5B773; }
span { border-color: rgb(165,183,115); }
td.TdClassName
{
border-color: #A5B773;
}
.TagClassName
{
border-color: #A5B773;
}
</style>