Shades of Olivine #A0B869
Tints of Olivine #A0B869
RGB
CMYK
RGB Variations
Color information
#A0B869 (or 0xA0B869) is known color: Olivine. HEX triplet: A0, B8 and 69. RGB value is (160,184,105). Sum of RGB (Red+Green+Blue) = 160+184+105=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B869 is #5F4796. Grayscale: #A8A8A8. Windows color (decimal): -6244247 or 6928544. OLE color: 6928544.
HSL color Cylindrical-coordinate representation of color #A0B869: hue angle of 78.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0B869 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 105 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.28 |
| HSL | 78.23º | 0.36% | 0.57% | - |
| HSV(B) | 78.23º | 0.43% | 0.72% | - |
| XYZ | 34.19 | 42.77 | 19.82 | - |
| YUV | 167.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 105 | 0.13 | 0 | 0.43 | 0.28 | 78.23 | 0.36 | 0.57 |
| Hex | A0 | B8 | 69 | D | 0 | 2B | 1C | 4E | 24 | 39 |
| Octal | 240 | 270 | 151 | 15 | 0 | 53 | 34 | 116 | 44 | 71 |
| Binary | 10100000 | 10111000 | 1101001 | 1101 | 0 | 101011 | 11100 | 1001110 | 100100 | 111001 |
Color Harmonies of #A0B869
Complementary color
Monochromatic Colors of #A0B869
Black with #A0B869
Text Example
Text Example
White with #A0B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B869; }
p { color: rgb(160,184,105); }
H1.HeaderClassName
{
color: #A0B869;
}
.AnyTagClassName
{
color: #A0B869;
}
</style>
background-color css
<style>
a { background-color: #A0B869; }
a { background-color: rgb(160,184,105); }
div.DivClassName
{
background-color: #A0B869;
}
.BgClassName
{
background-color: #A0B869;
}
</style>
border-color css
<style>
span { border-color: #A0B869; }
span { border-color: rgb(160,184,105); }
td.TdClassName
{
border-color: #A0B869;
}
.TagClassName
{
border-color: #A0B869;
}
</style>