Shades of Olivine #A1B373
Tints of Olivine #A1B373
RGB
CMYK
RGB Variations
Color information
#A1B373 (or 0xA1B373) is known color: Olivine. HEX triplet: A1, B3 and 73. RGB value is (161,179,115). Sum of RGB (Red+Green+Blue) = 161+179+115=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B373 is #5E4C8C. Grayscale: #A6A6A6. Windows color (decimal): -6179981 or 7582625. OLE color: 7582625.
HSL color Cylindrical-coordinate representation of color #A1B373: hue angle of 76.88º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B373 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 115 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.30 |
| HSL | 76.88º | 0.3% | 0.58% | - |
| HSV(B) | 76.88º | 0.36% | 0.7% | - |
| XYZ | 33.91 | 41.06 | 22.36 | - |
| YUV | 166.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 115 | 0.10 | 0 | 0.36 | 0.30 | 76.88 | 0.3 | 0.58 |
| Hex | A1 | B3 | 73 | A | 0 | 24 | 1E | 4D | 1E | 3A |
| Octal | 241 | 263 | 163 | 12 | 0 | 44 | 36 | 115 | 36 | 72 |
| Binary | 10100001 | 10110011 | 1110011 | 1010 | 0 | 100100 | 11110 | 1001101 | 11110 | 111010 |
Color Harmonies of #A1B373
Complementary color
Monochromatic Colors of #A1B373
Black with #A1B373
Text Example
Text Example
White with #A1B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B373; }
p { color: rgb(161,179,115); }
H1.HeaderClassName
{
color: #A1B373;
}
.AnyTagClassName
{
color: #A1B373;
}
</style>
background-color css
<style>
a { background-color: #A1B373; }
a { background-color: rgb(161,179,115); }
div.DivClassName
{
background-color: #A1B373;
}
.BgClassName
{
background-color: #A1B373;
}
</style>
border-color css
<style>
span { border-color: #A1B373; }
span { border-color: rgb(161,179,115); }
td.TdClassName
{
border-color: #A1B373;
}
.TagClassName
{
border-color: #A1B373;
}
</style>