Shades of Olivine #A0CC75
Tints of Olivine #A0CC75
RGB
CMYK
RGB Variations
Color information
#A0CC75 (or 0xA0CC75) is known color: Olivine. HEX triplet: A0, CC and 75. RGB value is (160,204,117). Sum of RGB (Red+Green+Blue) = 160+204+117=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC75 is #5F338A. Grayscale: #B5B5B5. Windows color (decimal): -6239115 or 7720096. OLE color: 7720096.
HSL color Cylindrical-coordinate representation of color #A0CC75: hue angle of 90.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0CC75 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 117 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.2 |
| HSL | 90.34º | 0.46% | 0.63% | - |
| HSV(B) | 90.34º | 0.43% | 0.8% | - |
| XYZ | 39.3 | 51.94 | 24.78 | - |
| YUV | 180.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 117 | 0.22 | 0 | 0.43 | 0.2 | 90.34 | 0.46 | 0.63 |
| Hex | A0 | CC | 75 | 16 | 0 | 2B | 14 | 5A | 2E | 3F |
| Octal | 240 | 314 | 165 | 26 | 0 | 53 | 24 | 132 | 56 | 77 |
| Binary | 10100000 | 11001100 | 1110101 | 10110 | 0 | 101011 | 10100 | 1011010 | 101110 | 111111 |
Color Harmonies of #A0CC75
Complementary color
Monochromatic Colors of #A0CC75
Black with #A0CC75
Text Example
Text Example
White with #A0CC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC75; }
p { color: rgb(160,204,117); }
H1.HeaderClassName
{
color: #A0CC75;
}
.AnyTagClassName
{
color: #A0CC75;
}
</style>
background-color css
<style>
a { background-color: #A0CC75; }
a { background-color: rgb(160,204,117); }
div.DivClassName
{
background-color: #A0CC75;
}
.BgClassName
{
background-color: #A0CC75;
}
</style>
border-color css
<style>
span { border-color: #A0CC75; }
span { border-color: rgb(160,204,117); }
td.TdClassName
{
border-color: #A0CC75;
}
.TagClassName
{
border-color: #A0CC75;
}
</style>