Shades of Olivine #A0BC75
Tints of Olivine #A0BC75
RGB
CMYK
RGB Variations
Color information
#A0BC75 (or 0xA0BC75) is known color: Olivine. HEX triplet: A0, BC and 75. RGB value is (160,188,117). Sum of RGB (Red+Green+Blue) = 160+188+117=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC75 is #5F438A. Grayscale: #ABABAB. Windows color (decimal): -6243211 or 7716000. OLE color: 7716000.
HSL color Cylindrical-coordinate representation of color #A0BC75: hue angle of 83.66º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0BC75 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 117 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.26 |
| HSL | 83.66º | 0.35% | 0.6% | - |
| HSV(B) | 83.66º | 0.38% | 0.74% | - |
| XYZ | 35.69 | 44.72 | 23.58 | - |
| YUV | 171.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 117 | 0.15 | 0 | 0.38 | 0.26 | 83.66 | 0.35 | 0.6 |
| Hex | A0 | BC | 75 | F | 0 | 26 | 1A | 54 | 23 | 3C |
| Octal | 240 | 274 | 165 | 17 | 0 | 46 | 32 | 124 | 43 | 74 |
| Binary | 10100000 | 10111100 | 1110101 | 1111 | 0 | 100110 | 11010 | 1010100 | 100011 | 111100 |
Color Harmonies of #A0BC75
Complementary color
Monochromatic Colors of #A0BC75
Black with #A0BC75
Text Example
Text Example
White with #A0BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC75; }
p { color: rgb(160,188,117); }
H1.HeaderClassName
{
color: #A0BC75;
}
.AnyTagClassName
{
color: #A0BC75;
}
</style>
background-color css
<style>
a { background-color: #A0BC75; }
a { background-color: rgb(160,188,117); }
div.DivClassName
{
background-color: #A0BC75;
}
.BgClassName
{
background-color: #A0BC75;
}
</style>
border-color css
<style>
span { border-color: #A0BC75; }
span { border-color: rgb(160,188,117); }
td.TdClassName
{
border-color: #A0BC75;
}
.TagClassName
{
border-color: #A0BC75;
}
</style>