Shades of Olivine #A0B173
Tints of Olivine #A0B173
RGB
CMYK
RGB Variations
Color information
#A0B173 (or 0xA0B173) is known color: Olivine. HEX triplet: A0, B1 and 73. RGB value is (160,177,115). Sum of RGB (Red+Green+Blue) = 160+177+115=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B173 is #5F4E8C. Grayscale: #A5A5A5. Windows color (decimal): -6246029 or 7582112. OLE color: 7582112.
HSL color Cylindrical-coordinate representation of color #A0B173: hue angle of 76.45º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0B173 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 115 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.31 |
| HSL | 76.45º | 0.28% | 0.57% | - |
| HSV(B) | 76.45º | 0.35% | 0.69% | - |
| XYZ | 33.31 | 40.16 | 22.21 | - |
| YUV | 164.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 115 | 0.10 | 0 | 0.35 | 0.31 | 76.45 | 0.28 | 0.57 |
| Hex | A0 | B1 | 73 | A | 0 | 23 | 1F | 4C | 1C | 39 |
| Octal | 240 | 261 | 163 | 12 | 0 | 43 | 37 | 114 | 34 | 71 |
| Binary | 10100000 | 10110001 | 1110011 | 1010 | 0 | 100011 | 11111 | 1001100 | 11100 | 111001 |
Color Harmonies of #A0B173
Complementary color
Monochromatic Colors of #A0B173
Black with #A0B173
Text Example
Text Example
White with #A0B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B173; }
p { color: rgb(160,177,115); }
H1.HeaderClassName
{
color: #A0B173;
}
.AnyTagClassName
{
color: #A0B173;
}
</style>
background-color css
<style>
a { background-color: #A0B173; }
a { background-color: rgb(160,177,115); }
div.DivClassName
{
background-color: #A0B173;
}
.BgClassName
{
background-color: #A0B173;
}
</style>
border-color css
<style>
span { border-color: #A0B173; }
span { border-color: rgb(160,177,115); }
td.TdClassName
{
border-color: #A0B173;
}
.TagClassName
{
border-color: #A0B173;
}
</style>