Shades of Olivine #A1B773
Tints of Olivine #A1B773
RGB
CMYK
RGB Variations
Color information
#A1B773 (or 0xA1B773) is known color: Olivine. HEX triplet: A1, B7 and 73. RGB value is (161,183,115). Sum of RGB (Red+Green+Blue) = 161+183+115=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B773 is #5E488C. Grayscale: #A8A8A8. Windows color (decimal): -6178957 or 7583649. OLE color: 7583649.
HSL color Cylindrical-coordinate representation of color #A1B773: hue angle of 79.41º 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 #A1B773 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 115 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.28 |
| HSL | 79.41º | 0.32% | 0.58% | - |
| HSV(B) | 79.41º | 0.37% | 0.72% | - |
| XYZ | 34.73 | 42.68 | 22.63 | - |
| YUV | 168.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 115 | 0.12 | 0 | 0.37 | 0.28 | 79.41 | 0.32 | 0.58 |
| Hex | A1 | B7 | 73 | C | 0 | 25 | 1C | 4F | 20 | 3A |
| Octal | 241 | 267 | 163 | 14 | 0 | 45 | 34 | 117 | 40 | 72 |
| Binary | 10100001 | 10110111 | 1110011 | 1100 | 0 | 100101 | 11100 | 1001111 | 100000 | 111010 |
Color Harmonies of #A1B773
Complementary color
Monochromatic Colors of #A1B773
Black with #A1B773
Text Example
Text Example
White with #A1B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B773; }
p { color: rgb(161,183,115); }
H1.HeaderClassName
{
color: #A1B773;
}
.AnyTagClassName
{
color: #A1B773;
}
</style>
background-color css
<style>
a { background-color: #A1B773; }
a { background-color: rgb(161,183,115); }
div.DivClassName
{
background-color: #A1B773;
}
.BgClassName
{
background-color: #A1B773;
}
</style>
border-color css
<style>
span { border-color: #A1B773; }
span { border-color: rgb(161,183,115); }
td.TdClassName
{
border-color: #A1B773;
}
.TagClassName
{
border-color: #A1B773;
}
</style>