Shades of Olivine #A0C065
Tints of Olivine #A0C065
RGB
CMYK
RGB Variations
Color information
#A0C065 (or 0xA0C065) is known color: Olivine. HEX triplet: A0, C0 and 65. RGB value is (160,192,101). Sum of RGB (Red+Green+Blue) = 160+192+101=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C065 is #5F3F9A. Grayscale: #ACACAC. Windows color (decimal): -6242203 or 6668448. OLE color: 6668448.
HSL color Cylindrical-coordinate representation of color #A0C065: hue angle of 81.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0C065 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 101 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.25 |
| HSL | 81.1º | 0.42% | 0.57% | - |
| HSV(B) | 81.1º | 0.47% | 0.75% | - |
| XYZ | 35.7 | 46.11 | 19.33 | - |
| YUV | 172.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 101 | 0.17 | 0 | 0.47 | 0.25 | 81.1 | 0.42 | 0.57 |
| Hex | A0 | C0 | 65 | 11 | 0 | 2F | 19 | 51 | 2A | 39 |
| Octal | 240 | 300 | 145 | 21 | 0 | 57 | 31 | 121 | 52 | 71 |
| Binary | 10100000 | 11000000 | 1100101 | 10001 | 0 | 101111 | 11001 | 1010001 | 101010 | 111001 |
Color Harmonies of #A0C065
Complementary color
Monochromatic Colors of #A0C065
Black with #A0C065
Text Example
Text Example
White with #A0C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C065; }
p { color: rgb(160,192,101); }
H1.HeaderClassName
{
color: #A0C065;
}
.AnyTagClassName
{
color: #A0C065;
}
</style>
background-color css
<style>
a { background-color: #A0C065; }
a { background-color: rgb(160,192,101); }
div.DivClassName
{
background-color: #A0C065;
}
.BgClassName
{
background-color: #A0C065;
}
</style>
border-color css
<style>
span { border-color: #A0C065; }
span { border-color: rgb(160,192,101); }
td.TdClassName
{
border-color: #A0C065;
}
.TagClassName
{
border-color: #A0C065;
}
</style>