Shades of Olivine #A0CB75
Tints of Olivine #A0CB75
RGB
CMYK
RGB Variations
Color information
#A0CB75 (or 0xA0CB75) is known color: Olivine. HEX triplet: A0, CB and 75. RGB value is (160,203,117). Sum of RGB (Red+Green+Blue) = 160+203+117=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB75 is #5F348A. Grayscale: #B4B4B4. Windows color (decimal): -6239371 or 7719840. OLE color: 7719840.
HSL color Cylindrical-coordinate representation of color #A0CB75: hue angle of 90º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0CB75 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 117 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.20 |
| HSL | 90º | 0.45% | 0.63% | - |
| HSV(B) | 90º | 0.42% | 0.8% | - |
| XYZ | 39.06 | 51.47 | 24.71 | - |
| YUV | 180.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 117 | 0.21 | 0 | 0.42 | 0.20 | 90 | 0.45 | 0.63 |
| Hex | A0 | CB | 75 | 15 | 0 | 2A | 14 | 5A | 2D | 3F |
| Octal | 240 | 313 | 165 | 25 | 0 | 52 | 24 | 132 | 55 | 77 |
| Binary | 10100000 | 11001011 | 1110101 | 10101 | 0 | 101010 | 10100 | 1011010 | 101101 | 111111 |
Color Harmonies of #A0CB75
Complementary color
Monochromatic Colors of #A0CB75
Black with #A0CB75
Text Example
Text Example
White with #A0CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB75; }
p { color: rgb(160,203,117); }
H1.HeaderClassName
{
color: #A0CB75;
}
.AnyTagClassName
{
color: #A0CB75;
}
</style>
background-color css
<style>
a { background-color: #A0CB75; }
a { background-color: rgb(160,203,117); }
div.DivClassName
{
background-color: #A0CB75;
}
.BgClassName
{
background-color: #A0CB75;
}
</style>
border-color css
<style>
span { border-color: #A0CB75; }
span { border-color: rgb(160,203,117); }
td.TdClassName
{
border-color: #A0CB75;
}
.TagClassName
{
border-color: #A0CB75;
}
</style>