Shades of Olivine #A0C575
Tints of Olivine #A0C575
RGB
CMYK
RGB Variations
Color information
#A0C575 (or 0xA0C575) is known color: Olivine. HEX triplet: A0, C5 and 75. RGB value is (160,197,117). Sum of RGB (Red+Green+Blue) = 160+197+117=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C575 is #5F3A8A. Grayscale: #B1B1B1. Windows color (decimal): -6240907 or 7718304. OLE color: 7718304.
HSL color Cylindrical-coordinate representation of color #A0C575: hue angle of 87.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0C575 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 117 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.23 |
| HSL | 87.75º | 0.41% | 0.62% | - |
| HSV(B) | 87.75º | 0.41% | 0.77% | - |
| XYZ | 37.67 | 48.69 | 24.24 | - |
| YUV | 176.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 117 | 0.19 | 0 | 0.41 | 0.23 | 87.75 | 0.41 | 0.62 |
| Hex | A0 | C5 | 75 | 13 | 0 | 29 | 17 | 58 | 29 | 3E |
| Octal | 240 | 305 | 165 | 23 | 0 | 51 | 27 | 130 | 51 | 76 |
| Binary | 10100000 | 11000101 | 1110101 | 10011 | 0 | 101001 | 10111 | 1011000 | 101001 | 111110 |
Color Harmonies of #A0C575
Complementary color
Monochromatic Colors of #A0C575
Black with #A0C575
Text Example
Text Example
White with #A0C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C575; }
p { color: rgb(160,197,117); }
H1.HeaderClassName
{
color: #A0C575;
}
.AnyTagClassName
{
color: #A0C575;
}
</style>
background-color css
<style>
a { background-color: #A0C575; }
a { background-color: rgb(160,197,117); }
div.DivClassName
{
background-color: #A0C575;
}
.BgClassName
{
background-color: #A0C575;
}
</style>
border-color css
<style>
span { border-color: #A0C575; }
span { border-color: rgb(160,197,117); }
td.TdClassName
{
border-color: #A0C575;
}
.TagClassName
{
border-color: #A0C575;
}
</style>