Shades of Olivine #A0B37E
Tints of Olivine #A0B37E
RGB
CMYK
RGB Variations
Color information
#A0B37E (or 0xA0B37E) is known color: Olivine. HEX triplet: A0, B3 and 7E. RGB value is (160,179,126). Sum of RGB (Red+Green+Blue) = 160+179+126=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B37E is #5F4C81. Grayscale: #A7A7A7. Windows color (decimal): -6245506 or 8303520. OLE color: 8303520.
HSL color Cylindrical-coordinate representation of color #A0B37E: hue angle of 81.51º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0B37E is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 126 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.30 |
| HSL | 81.51º | 0.26% | 0.6% | - |
| HSV(B) | 81.51º | 0.3% | 0.7% | - |
| XYZ | 34.38 | 41.22 | 25.88 | - |
| YUV | 167.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 126 | 0.11 | 0 | 0.30 | 0.30 | 81.51 | 0.26 | 0.6 |
| Hex | A0 | B3 | 7E | B | 0 | 1E | 1E | 52 | 1A | 3C |
| Octal | 240 | 263 | 176 | 13 | 0 | 36 | 36 | 122 | 32 | 74 |
| Binary | 10100000 | 10110011 | 1111110 | 1011 | 0 | 11110 | 11110 | 1010010 | 11010 | 111100 |
Color Harmonies of #A0B37E
Complementary color
Monochromatic Colors of #A0B37E
Black with #A0B37E
Text Example
Text Example
White with #A0B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B37E; }
p { color: rgb(160,179,126); }
H1.HeaderClassName
{
color: #A0B37E;
}
.AnyTagClassName
{
color: #A0B37E;
}
</style>
background-color css
<style>
a { background-color: #A0B37E; }
a { background-color: rgb(160,179,126); }
div.DivClassName
{
background-color: #A0B37E;
}
.BgClassName
{
background-color: #A0B37E;
}
</style>
border-color css
<style>
span { border-color: #A0B37E; }
span { border-color: rgb(160,179,126); }
td.TdClassName
{
border-color: #A0B37E;
}
.TagClassName
{
border-color: #A0B37E;
}
</style>