Shades of Olivine #A0B66F
Tints of Olivine #A0B66F
RGB
CMYK
RGB Variations
Color information
#A0B66F (or 0xA0B66F) is known color: Olivine. HEX triplet: A0, B6 and 6F. RGB value is (160,182,111). Sum of RGB (Red+Green+Blue) = 160+182+111=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B66F is #5F4990. Grayscale: #A7A7A7. Windows color (decimal): -6244753 or 7321248. OLE color: 7321248.
HSL color Cylindrical-coordinate representation of color #A0B66F: hue angle of 78.59º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0B66F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 111 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.29 |
| HSL | 78.59º | 0.33% | 0.57% | - |
| HSV(B) | 78.59º | 0.39% | 0.71% | - |
| XYZ | 34.09 | 42.08 | 21.36 | - |
| YUV | 167.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 111 | 0.12 | 0 | 0.39 | 0.29 | 78.59 | 0.33 | 0.57 |
| Hex | A0 | B6 | 6F | C | 0 | 27 | 1D | 4F | 21 | 39 |
| Octal | 240 | 266 | 157 | 14 | 0 | 47 | 35 | 117 | 41 | 71 |
| Binary | 10100000 | 10110110 | 1101111 | 1100 | 0 | 100111 | 11101 | 1001111 | 100001 | 111001 |
Color Harmonies of #A0B66F
Complementary color
Monochromatic Colors of #A0B66F
Black with #A0B66F
Text Example
Text Example
White with #A0B66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B66F; }
p { color: rgb(160,182,111); }
H1.HeaderClassName
{
color: #A0B66F;
}
.AnyTagClassName
{
color: #A0B66F;
}
</style>
background-color css
<style>
a { background-color: #A0B66F; }
a { background-color: rgb(160,182,111); }
div.DivClassName
{
background-color: #A0B66F;
}
.BgClassName
{
background-color: #A0B66F;
}
</style>
border-color css
<style>
span { border-color: #A0B66F; }
span { border-color: rgb(160,182,111); }
td.TdClassName
{
border-color: #A0B66F;
}
.TagClassName
{
border-color: #A0B66F;
}
</style>