Shades of Olivine #A0B670
Tints of Olivine #A0B670
RGB
CMYK
RGB Variations
Color information
#A0B670 (or 0xA0B670) is known color: Olivine. HEX triplet: A0, B6 and 70. RGB value is (160,182,112). Sum of RGB (Red+Green+Blue) = 160+182+112=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B670 is #5F498F. Grayscale: #A7A7A7. Windows color (decimal): -6244752 or 7386784. OLE color: 7386784.
HSL color Cylindrical-coordinate representation of color #A0B670: hue angle of 78.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B670 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 112 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.29 |
| HSL | 78.86º | 0.32% | 0.58% | - |
| HSV(B) | 78.86º | 0.38% | 0.71% | - |
| XYZ | 34.15 | 42.1 | 21.66 | - |
| YUV | 167.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 112 | 0.12 | 0 | 0.38 | 0.29 | 78.86 | 0.32 | 0.58 |
| Hex | A0 | B6 | 70 | C | 0 | 26 | 1D | 4F | 20 | 3A |
| Octal | 240 | 266 | 160 | 14 | 0 | 46 | 35 | 117 | 40 | 72 |
| Binary | 10100000 | 10110110 | 1110000 | 1100 | 0 | 100110 | 11101 | 1001111 | 100000 | 111010 |
Color Harmonies of #A0B670
Complementary color
Monochromatic Colors of #A0B670
Black with #A0B670
Text Example
Text Example
White with #A0B670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B670; }
p { color: rgb(160,182,112); }
H1.HeaderClassName
{
color: #A0B670;
}
.AnyTagClassName
{
color: #A0B670;
}
</style>
background-color css
<style>
a { background-color: #A0B670; }
a { background-color: rgb(160,182,112); }
div.DivClassName
{
background-color: #A0B670;
}
.BgClassName
{
background-color: #A0B670;
}
</style>
border-color css
<style>
span { border-color: #A0B670; }
span { border-color: rgb(160,182,112); }
td.TdClassName
{
border-color: #A0B670;
}
.TagClassName
{
border-color: #A0B670;
}
</style>