Shades of Olivine #A0B868
Tints of Olivine #A0B868
RGB
CMYK
RGB Variations
Color information
#A0B868 (or 0xA0B868) is known color: Olivine. HEX triplet: A0, B8 and 68. RGB value is (160,184,104). Sum of RGB (Red+Green+Blue) = 160+184+104=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B868 is #5F4797. Grayscale: #A8A8A8. Windows color (decimal): -6244248 or 6863008. OLE color: 6863008.
HSL color Cylindrical-coordinate representation of color #A0B868: hue angle of 78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0B868 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 104 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.28 |
| HSL | 78º | 0.36% | 0.56% | - |
| HSV(B) | 78º | 0.43% | 0.72% | - |
| XYZ | 34.14 | 42.75 | 19.55 | - |
| YUV | 167.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 104 | 0.13 | 0 | 0.43 | 0.28 | 78 | 0.36 | 0.56 |
| Hex | A0 | B8 | 68 | D | 0 | 2B | 1C | 4E | 24 | 38 |
| Octal | 240 | 270 | 150 | 15 | 0 | 53 | 34 | 116 | 44 | 70 |
| Binary | 10100000 | 10111000 | 1101000 | 1101 | 0 | 101011 | 11100 | 1001110 | 100100 | 111000 |
Color Harmonies of #A0B868
Complementary color
Monochromatic Colors of #A0B868
Black with #A0B868
Text Example
Text Example
White with #A0B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B868; }
p { color: rgb(160,184,104); }
H1.HeaderClassName
{
color: #A0B868;
}
.AnyTagClassName
{
color: #A0B868;
}
</style>
background-color css
<style>
a { background-color: #A0B868; }
a { background-color: rgb(160,184,104); }
div.DivClassName
{
background-color: #A0B868;
}
.BgClassName
{
background-color: #A0B868;
}
</style>
border-color css
<style>
span { border-color: #A0B868; }
span { border-color: rgb(160,184,104); }
td.TdClassName
{
border-color: #A0B868;
}
.TagClassName
{
border-color: #A0B868;
}
</style>