Shades of Olivine #A0C069
Tints of Olivine #A0C069
RGB
CMYK
RGB Variations
Color information
#A0C069 (or 0xA0C069) is known color: Olivine. HEX triplet: A0, C0 and 69. RGB value is (160,192,105). Sum of RGB (Red+Green+Blue) = 160+192+105=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C069 is #5F3F96. Grayscale: #ACACAC. Windows color (decimal): -6242199 or 6930592. OLE color: 6930592.
HSL color Cylindrical-coordinate representation of color #A0C069: hue angle of 82.07º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0C069 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 105 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 82.07º | 0.41% | 0.58% | - |
| HSV(B) | 82.07º | 0.45% | 0.75% | - |
| XYZ | 35.9 | 46.19 | 20.39 | - |
| YUV | 172.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 105 | 0.17 | 0 | 0.45 | 0.25 | 82.07 | 0.41 | 0.58 |
| Hex | A0 | C0 | 69 | 11 | 0 | 2D | 19 | 52 | 29 | 3A |
| Octal | 240 | 300 | 151 | 21 | 0 | 55 | 31 | 122 | 51 | 72 |
| Binary | 10100000 | 11000000 | 1101001 | 10001 | 0 | 101101 | 11001 | 1010010 | 101001 | 111010 |
Color Harmonies of #A0C069
Complementary color
Monochromatic Colors of #A0C069
Black with #A0C069
Text Example
Text Example
White with #A0C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C069; }
p { color: rgb(160,192,105); }
H1.HeaderClassName
{
color: #A0C069;
}
.AnyTagClassName
{
color: #A0C069;
}
</style>
background-color css
<style>
a { background-color: #A0C069; }
a { background-color: rgb(160,192,105); }
div.DivClassName
{
background-color: #A0C069;
}
.BgClassName
{
background-color: #A0C069;
}
</style>
border-color css
<style>
span { border-color: #A0C069; }
span { border-color: rgb(160,192,105); }
td.TdClassName
{
border-color: #A0C069;
}
.TagClassName
{
border-color: #A0C069;
}
</style>