Shades of Olivine #A0C975
Tints of Olivine #A0C975
RGB
CMYK
RGB Variations
Color information
#A0C975 (or 0xA0C975) is known color: Olivine. HEX triplet: A0, C9 and 75. RGB value is (160,201,117). Sum of RGB (Red+Green+Blue) = 160+201+117=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C975 is #5F368A. Grayscale: #B3B3B3. Windows color (decimal): -6239883 or 7719328. OLE color: 7719328.
HSL color Cylindrical-coordinate representation of color #A0C975: hue angle of 89.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0C975 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 117 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.21 |
| HSL | 89.29º | 0.44% | 0.62% | - |
| HSV(B) | 89.29º | 0.42% | 0.79% | - |
| XYZ | 38.59 | 50.53 | 24.55 | - |
| YUV | 179.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 117 | 0.20 | 0 | 0.42 | 0.21 | 89.29 | 0.44 | 0.62 |
| Hex | A0 | C9 | 75 | 14 | 0 | 2A | 15 | 59 | 2C | 3E |
| Octal | 240 | 311 | 165 | 24 | 0 | 52 | 25 | 131 | 54 | 76 |
| Binary | 10100000 | 11001001 | 1110101 | 10100 | 0 | 101010 | 10101 | 1011001 | 101100 | 111110 |
Color Harmonies of #A0C975
Complementary color
Monochromatic Colors of #A0C975
Black with #A0C975
Text Example
Text Example
White with #A0C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C975; }
p { color: rgb(160,201,117); }
H1.HeaderClassName
{
color: #A0C975;
}
.AnyTagClassName
{
color: #A0C975;
}
</style>
background-color css
<style>
a { background-color: #A0C975; }
a { background-color: rgb(160,201,117); }
div.DivClassName
{
background-color: #A0C975;
}
.BgClassName
{
background-color: #A0C975;
}
</style>
border-color css
<style>
span { border-color: #A0C975; }
span { border-color: rgb(160,201,117); }
td.TdClassName
{
border-color: #A0C975;
}
.TagClassName
{
border-color: #A0C975;
}
</style>