Shades of Olivine #A0B867
Tints of Olivine #A0B867
RGB
CMYK
RGB Variations
Color information
#A0B867 (or 0xA0B867) is known color: Olivine. HEX triplet: A0, B8 and 67. RGB value is (160,184,103). Sum of RGB (Red+Green+Blue) = 160+184+103=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B867 is #5F4798. Grayscale: #A7A7A7. Windows color (decimal): -6244249 or 6797472. OLE color: 6797472.
HSL color Cylindrical-coordinate representation of color #A0B867: hue angle of 77.78º 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 #A0B867 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 103 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.28 |
| HSL | 77.78º | 0.36% | 0.56% | - |
| HSV(B) | 77.78º | 0.44% | 0.72% | - |
| XYZ | 34.09 | 42.73 | 19.28 | - |
| YUV | 167.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 103 | 0.13 | 0 | 0.44 | 0.28 | 77.78 | 0.36 | 0.56 |
| Hex | A0 | B8 | 67 | D | 0 | 2C | 1C | 4E | 24 | 38 |
| Octal | 240 | 270 | 147 | 15 | 0 | 54 | 34 | 116 | 44 | 70 |
| Binary | 10100000 | 10111000 | 1100111 | 1101 | 0 | 101100 | 11100 | 1001110 | 100100 | 111000 |
Color Harmonies of #A0B867
Complementary color
Monochromatic Colors of #A0B867
Black with #A0B867
Text Example
Text Example
White with #A0B867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B867; }
p { color: rgb(160,184,103); }
H1.HeaderClassName
{
color: #A0B867;
}
.AnyTagClassName
{
color: #A0B867;
}
</style>
background-color css
<style>
a { background-color: #A0B867; }
a { background-color: rgb(160,184,103); }
div.DivClassName
{
background-color: #A0B867;
}
.BgClassName
{
background-color: #A0B867;
}
</style>
border-color css
<style>
span { border-color: #A0B867; }
span { border-color: rgb(160,184,103); }
td.TdClassName
{
border-color: #A0B867;
}
.TagClassName
{
border-color: #A0B867;
}
</style>