Shades of Olivine #A0B66D
Tints of Olivine #A0B66D
RGB
CMYK
RGB Variations
Color information
#A0B66D (or 0xA0B66D) is known color: Olivine. HEX triplet: A0, B6 and 6D. RGB value is (160,182,109). Sum of RGB (Red+Green+Blue) = 160+182+109=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B66D is #5F4992. Grayscale: #A7A7A7. Windows color (decimal): -6244755 or 7190176. OLE color: 7190176.
HSL color Cylindrical-coordinate representation of color #A0B66D: hue angle of 78.08º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B66D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 109 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.29 |
| HSL | 78.08º | 0.33% | 0.57% | - |
| HSV(B) | 78.08º | 0.4% | 0.71% | - |
| XYZ | 33.99 | 42.03 | 20.79 | - |
| YUV | 167.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 109 | 0.12 | 0 | 0.40 | 0.29 | 78.08 | 0.33 | 0.57 |
| Hex | A0 | B6 | 6D | C | 0 | 28 | 1D | 4E | 21 | 39 |
| Octal | 240 | 266 | 155 | 14 | 0 | 50 | 35 | 116 | 41 | 71 |
| Binary | 10100000 | 10110110 | 1101101 | 1100 | 0 | 101000 | 11101 | 1001110 | 100001 | 111001 |
Color Harmonies of #A0B66D
Complementary color
Monochromatic Colors of #A0B66D
Black with #A0B66D
Text Example
Text Example
White with #A0B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B66D; }
p { color: rgb(160,182,109); }
H1.HeaderClassName
{
color: #A0B66D;
}
.AnyTagClassName
{
color: #A0B66D;
}
</style>
background-color css
<style>
a { background-color: #A0B66D; }
a { background-color: rgb(160,182,109); }
div.DivClassName
{
background-color: #A0B66D;
}
.BgClassName
{
background-color: #A0B66D;
}
</style>
border-color css
<style>
span { border-color: #A0B66D; }
span { border-color: rgb(160,182,109); }
td.TdClassName
{
border-color: #A0B66D;
}
.TagClassName
{
border-color: #A0B66D;
}
</style>