Shades of Olivine #A0B673
Tints of Olivine #A0B673
RGB
CMYK
RGB Variations
Color information
#A0B673 (or 0xA0B673) is known color: Olivine. HEX triplet: A0, B6 and 73. RGB value is (160,182,115). Sum of RGB (Red+Green+Blue) = 160+182+115=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B673 is #5F498C. Grayscale: #A8A8A8. Windows color (decimal): -6244749 or 7583392. OLE color: 7583392.
HSL color Cylindrical-coordinate representation of color #A0B673: hue angle of 79.7º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B673 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 115 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.29 |
| HSL | 79.7º | 0.31% | 0.58% | - |
| HSV(B) | 79.7º | 0.37% | 0.71% | - |
| XYZ | 34.32 | 42.17 | 22.55 | - |
| YUV | 167.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 115 | 0.12 | 0 | 0.37 | 0.29 | 79.7 | 0.31 | 0.58 |
| Hex | A0 | B6 | 73 | C | 0 | 25 | 1D | 50 | 1F | 3A |
| Octal | 240 | 266 | 163 | 14 | 0 | 45 | 35 | 120 | 37 | 72 |
| Binary | 10100000 | 10110110 | 1110011 | 1100 | 0 | 100101 | 11101 | 1010000 | 11111 | 111010 |
Color Harmonies of #A0B673
Complementary color
Monochromatic Colors of #A0B673
Black with #A0B673
Text Example
Text Example
White with #A0B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B673; }
p { color: rgb(160,182,115); }
H1.HeaderClassName
{
color: #A0B673;
}
.AnyTagClassName
{
color: #A0B673;
}
</style>
background-color css
<style>
a { background-color: #A0B673; }
a { background-color: rgb(160,182,115); }
div.DivClassName
{
background-color: #A0B673;
}
.BgClassName
{
background-color: #A0B673;
}
</style>
border-color css
<style>
span { border-color: #A0B673; }
span { border-color: rgb(160,182,115); }
td.TdClassName
{
border-color: #A0B673;
}
.TagClassName
{
border-color: #A0B673;
}
</style>