Shades of Olivine #A0BD6A
Tints of Olivine #A0BD6A
RGB
CMYK
RGB Variations
Color information
#A0BD6A (or 0xA0BD6A) is known color: Olivine. HEX triplet: A0, BD and 6A. RGB value is (160,189,106). Sum of RGB (Red+Green+Blue) = 160+189+106=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD6A is #5F4295. Grayscale: #ABABAB. Windows color (decimal): -6242966 or 6995360. OLE color: 6995360.
HSL color Cylindrical-coordinate representation of color #A0BD6A: hue angle of 80.96º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0BD6A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 106 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.26 |
| HSL | 80.96º | 0.39% | 0.58% | - |
| HSV(B) | 80.96º | 0.44% | 0.74% | - |
| XYZ | 35.3 | 44.91 | 20.44 | - |
| YUV | 170.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 106 | 0.15 | 0 | 0.44 | 0.26 | 80.96 | 0.39 | 0.58 |
| Hex | A0 | BD | 6A | F | 0 | 2C | 1A | 51 | 27 | 3A |
| Octal | 240 | 275 | 152 | 17 | 0 | 54 | 32 | 121 | 47 | 72 |
| Binary | 10100000 | 10111101 | 1101010 | 1111 | 0 | 101100 | 11010 | 1010001 | 100111 | 111010 |
Color Harmonies of #A0BD6A
Complementary color
Monochromatic Colors of #A0BD6A
Black with #A0BD6A
Text Example
Text Example
White with #A0BD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD6A; }
p { color: rgb(160,189,106); }
H1.HeaderClassName
{
color: #A0BD6A;
}
.AnyTagClassName
{
color: #A0BD6A;
}
</style>
background-color css
<style>
a { background-color: #A0BD6A; }
a { background-color: rgb(160,189,106); }
div.DivClassName
{
background-color: #A0BD6A;
}
.BgClassName
{
background-color: #A0BD6A;
}
</style>
border-color css
<style>
span { border-color: #A0BD6A; }
span { border-color: rgb(160,189,106); }
td.TdClassName
{
border-color: #A0BD6A;
}
.TagClassName
{
border-color: #A0BD6A;
}
</style>