Shades of Olivine #A0BB6B
Tints of Olivine #A0BB6B
RGB
CMYK
RGB Variations
Color information
#A0BB6B (or 0xA0BB6B) is known color: Olivine. HEX triplet: A0, BB and 6B. RGB value is (160,187,107). Sum of RGB (Red+Green+Blue) = 160+187+107=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB6B is #5F4494. Grayscale: #AAAAAA. Windows color (decimal): -6243477 or 7060384. OLE color: 7060384.
HSL color Cylindrical-coordinate representation of color #A0BB6B: hue angle of 80.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0BB6B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 107 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.27 |
| HSL | 80.25º | 0.37% | 0.58% | - |
| HSV(B) | 80.25º | 0.43% | 0.73% | - |
| XYZ | 34.92 | 44.08 | 20.58 | - |
| YUV | 169.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 107 | 0.14 | 0 | 0.43 | 0.27 | 80.25 | 0.37 | 0.58 |
| Hex | A0 | BB | 6B | E | 0 | 2B | 1B | 50 | 25 | 3A |
| Octal | 240 | 273 | 153 | 16 | 0 | 53 | 33 | 120 | 45 | 72 |
| Binary | 10100000 | 10111011 | 1101011 | 1110 | 0 | 101011 | 11011 | 1010000 | 100101 | 111010 |
Color Harmonies of #A0BB6B
Complementary color
Monochromatic Colors of #A0BB6B
Black with #A0BB6B
Text Example
Text Example
White with #A0BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB6B; }
p { color: rgb(160,187,107); }
H1.HeaderClassName
{
color: #A0BB6B;
}
.AnyTagClassName
{
color: #A0BB6B;
}
</style>
background-color css
<style>
a { background-color: #A0BB6B; }
a { background-color: rgb(160,187,107); }
div.DivClassName
{
background-color: #A0BB6B;
}
.BgClassName
{
background-color: #A0BB6B;
}
</style>
border-color css
<style>
span { border-color: #A0BB6B; }
span { border-color: rgb(160,187,107); }
td.TdClassName
{
border-color: #A0BB6B;
}
.TagClassName
{
border-color: #A0BB6B;
}
</style>