Shades of Olivine #A0B766
Tints of Olivine #A0B766
RGB
CMYK
RGB Variations
Color information
#A0B766 (or 0xA0B766) is known color: Olivine. HEX triplet: A0, B7 and 66. RGB value is (160,183,102). Sum of RGB (Red+Green+Blue) = 160+183+102=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B766 is #5F4899. Grayscale: #A7A7A7. Windows color (decimal): -6244506 or 6731680. OLE color: 6731680.
HSL color Cylindrical-coordinate representation of color #A0B766: hue angle of 77.04º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0B766 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 102 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.28 |
| HSL | 77.04º | 0.36% | 0.56% | - |
| HSV(B) | 77.04º | 0.44% | 0.72% | - |
| XYZ | 33.83 | 42.3 | 18.95 | - |
| YUV | 166.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 102 | 0.13 | 0 | 0.44 | 0.28 | 77.04 | 0.36 | 0.56 |
| Hex | A0 | B7 | 66 | D | 0 | 2C | 1C | 4D | 24 | 38 |
| Octal | 240 | 267 | 146 | 15 | 0 | 54 | 34 | 115 | 44 | 70 |
| Binary | 10100000 | 10110111 | 1100110 | 1101 | 0 | 101100 | 11100 | 1001101 | 100100 | 111000 |
Color Harmonies of #A0B766
Complementary color
Monochromatic Colors of #A0B766
Black with #A0B766
Text Example
Text Example
White with #A0B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B766; }
p { color: rgb(160,183,102); }
H1.HeaderClassName
{
color: #A0B766;
}
.AnyTagClassName
{
color: #A0B766;
}
</style>
background-color css
<style>
a { background-color: #A0B766; }
a { background-color: rgb(160,183,102); }
div.DivClassName
{
background-color: #A0B766;
}
.BgClassName
{
background-color: #A0B766;
}
</style>
border-color css
<style>
span { border-color: #A0B766; }
span { border-color: rgb(160,183,102); }
td.TdClassName
{
border-color: #A0B766;
}
.TagClassName
{
border-color: #A0B766;
}
</style>