Shades of Olivine #A0B47B
Tints of Olivine #A0B47B
RGB
CMYK
RGB Variations
Color information
#A0B47B (or 0xA0B47B) is known color: Olivine. HEX triplet: A0, B4 and 7B. RGB value is (160,180,123). Sum of RGB (Red+Green+Blue) = 160+180+123=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B47B is #5F4B84. Grayscale: #A7A7A7. Windows color (decimal): -6245253 or 8107168. OLE color: 8107168.
HSL color Cylindrical-coordinate representation of color #A0B47B: hue angle of 81.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B47B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 123 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.29 |
| HSL | 81.05º | 0.28% | 0.59% | - |
| HSV(B) | 81.05º | 0.32% | 0.71% | - |
| XYZ | 34.39 | 41.55 | 24.95 | - |
| YUV | 167.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 123 | 0.11 | 0 | 0.32 | 0.29 | 81.05 | 0.28 | 0.59 |
| Hex | A0 | B4 | 7B | B | 0 | 20 | 1D | 51 | 1C | 3B |
| Octal | 240 | 264 | 173 | 13 | 0 | 40 | 35 | 121 | 34 | 73 |
| Binary | 10100000 | 10110100 | 1111011 | 1011 | 0 | 100000 | 11101 | 1010001 | 11100 | 111011 |
Color Harmonies of #A0B47B
Complementary color
Monochromatic Colors of #A0B47B
Black with #A0B47B
Text Example
Text Example
White with #A0B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B47B; }
p { color: rgb(160,180,123); }
H1.HeaderClassName
{
color: #A0B47B;
}
.AnyTagClassName
{
color: #A0B47B;
}
</style>
background-color css
<style>
a { background-color: #A0B47B; }
a { background-color: rgb(160,180,123); }
div.DivClassName
{
background-color: #A0B47B;
}
.BgClassName
{
background-color: #A0B47B;
}
</style>
border-color css
<style>
span { border-color: #A0B47B; }
span { border-color: rgb(160,180,123); }
td.TdClassName
{
border-color: #A0B47B;
}
.TagClassName
{
border-color: #A0B47B;
}
</style>