Shades of Olivine #A0BA74
Tints of Olivine #A0BA74
RGB
CMYK
RGB Variations
Color information
#A0BA74 (or 0xA0BA74) is known color: Olivine. HEX triplet: A0, BA and 74. RGB value is (160,186,116). Sum of RGB (Red+Green+Blue) = 160+186+116=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA74 is #5F458B. Grayscale: #AAAAAA. Windows color (decimal): -6243724 or 7649952. OLE color: 7649952.
HSL color Cylindrical-coordinate representation of color #A0BA74: hue angle of 82.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0BA74 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 116 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.27 |
| HSL | 82.29º | 0.34% | 0.59% | - |
| HSV(B) | 82.29º | 0.38% | 0.73% | - |
| XYZ | 35.21 | 43.85 | 23.13 | - |
| YUV | 170.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 116 | 0.14 | 0 | 0.38 | 0.27 | 82.29 | 0.34 | 0.59 |
| Hex | A0 | BA | 74 | E | 0 | 26 | 1B | 52 | 22 | 3B |
| Octal | 240 | 272 | 164 | 16 | 0 | 46 | 33 | 122 | 42 | 73 |
| Binary | 10100000 | 10111010 | 1110100 | 1110 | 0 | 100110 | 11011 | 1010010 | 100010 | 111011 |
Color Harmonies of #A0BA74
Complementary color
Monochromatic Colors of #A0BA74
Black with #A0BA74
Text Example
Text Example
White with #A0BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA74; }
p { color: rgb(160,186,116); }
H1.HeaderClassName
{
color: #A0BA74;
}
.AnyTagClassName
{
color: #A0BA74;
}
</style>
background-color css
<style>
a { background-color: #A0BA74; }
a { background-color: rgb(160,186,116); }
div.DivClassName
{
background-color: #A0BA74;
}
.BgClassName
{
background-color: #A0BA74;
}
</style>
border-color css
<style>
span { border-color: #A0BA74; }
span { border-color: rgb(160,186,116); }
td.TdClassName
{
border-color: #A0BA74;
}
.TagClassName
{
border-color: #A0BA74;
}
</style>