Shades of Olivine #A0B57C
Tints of Olivine #A0B57C
RGB
CMYK
RGB Variations
Color information
#A0B57C (or 0xA0B57C) is known color: Olivine. HEX triplet: A0, B5 and 7C. RGB value is (160,181,124). Sum of RGB (Red+Green+Blue) = 160+181+124=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B57C is #5F4A83. Grayscale: #A8A8A8. Windows color (decimal): -6244996 or 8172960. OLE color: 8172960.
HSL color Cylindrical-coordinate representation of color #A0B57C: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0B57C is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 124 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.29 |
| HSL | 82.11º | 0.28% | 0.6% | - |
| HSV(B) | 82.11º | 0.31% | 0.71% | - |
| XYZ | 34.66 | 41.98 | 25.34 | - |
| YUV | 168.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 124 | 0.12 | 0 | 0.31 | 0.29 | 82.11 | 0.28 | 0.6 |
| Hex | A0 | B5 | 7C | C | 0 | 1F | 1D | 52 | 1C | 3C |
| Octal | 240 | 265 | 174 | 14 | 0 | 37 | 35 | 122 | 34 | 74 |
| Binary | 10100000 | 10110101 | 1111100 | 1100 | 0 | 11111 | 11101 | 1010010 | 11100 | 111100 |
Color Harmonies of #A0B57C
Complementary color
Monochromatic Colors of #A0B57C
Black with #A0B57C
Text Example
Text Example
White with #A0B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B57C; }
p { color: rgb(160,181,124); }
H1.HeaderClassName
{
color: #A0B57C;
}
.AnyTagClassName
{
color: #A0B57C;
}
</style>
background-color css
<style>
a { background-color: #A0B57C; }
a { background-color: rgb(160,181,124); }
div.DivClassName
{
background-color: #A0B57C;
}
.BgClassName
{
background-color: #A0B57C;
}
</style>
border-color css
<style>
span { border-color: #A0B57C; }
span { border-color: rgb(160,181,124); }
td.TdClassName
{
border-color: #A0B57C;
}
.TagClassName
{
border-color: #A0B57C;
}
</style>