Shades of Olivine #A0C175
Tints of Olivine #A0C175
RGB
CMYK
RGB Variations
Color information
#A0C175 (or 0xA0C175) is known color: Olivine. HEX triplet: A0, C1 and 75. RGB value is (160,193,117). Sum of RGB (Red+Green+Blue) = 160+193+117=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C175 is #5F3E8A. Grayscale: #AEAEAE. Windows color (decimal): -6241931 or 7717280. OLE color: 7717280.
HSL color Cylindrical-coordinate representation of color #A0C175: hue angle of 86.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C175 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 117 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.24 |
| HSL | 86.05º | 0.38% | 0.61% | - |
| HSV(B) | 86.05º | 0.39% | 0.76% | - |
| XYZ | 36.78 | 46.9 | 23.94 | - |
| YUV | 174.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 117 | 0.17 | 0 | 0.39 | 0.24 | 86.05 | 0.38 | 0.61 |
| Hex | A0 | C1 | 75 | 11 | 0 | 27 | 18 | 56 | 26 | 3D |
| Octal | 240 | 301 | 165 | 21 | 0 | 47 | 30 | 126 | 46 | 75 |
| Binary | 10100000 | 11000001 | 1110101 | 10001 | 0 | 100111 | 11000 | 1010110 | 100110 | 111101 |
Color Harmonies of #A0C175
Complementary color
Monochromatic Colors of #A0C175
Black with #A0C175
Text Example
Text Example
White with #A0C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C175; }
p { color: rgb(160,193,117); }
H1.HeaderClassName
{
color: #A0C175;
}
.AnyTagClassName
{
color: #A0C175;
}
</style>
background-color css
<style>
a { background-color: #A0C175; }
a { background-color: rgb(160,193,117); }
div.DivClassName
{
background-color: #A0C175;
}
.BgClassName
{
background-color: #A0C175;
}
</style>
border-color css
<style>
span { border-color: #A0C175; }
span { border-color: rgb(160,193,117); }
td.TdClassName
{
border-color: #A0C175;
}
.TagClassName
{
border-color: #A0C175;
}
</style>