Shades of Olivine #A0B67D
Tints of Olivine #A0B67D
RGB
CMYK
RGB Variations
Color information
#A0B67D (or 0xA0B67D) is known color: Olivine. HEX triplet: A0, B6 and 7D. RGB value is (160,182,125). Sum of RGB (Red+Green+Blue) = 160+182+125=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B67D is #5F4982. Grayscale: #A9A9A9. Windows color (decimal): -6244739 or 8238752. OLE color: 8238752.
HSL color Cylindrical-coordinate representation of color #A0B67D: hue angle of 83.16º 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 #A0B67D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 125 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.29 |
| HSL | 83.16º | 0.28% | 0.6% | - |
| HSV(B) | 83.16º | 0.31% | 0.71% | - |
| XYZ | 34.93 | 42.41 | 25.75 | - |
| YUV | 168.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 125 | 0.12 | 0 | 0.31 | 0.29 | 83.16 | 0.28 | 0.6 |
| Hex | A0 | B6 | 7D | C | 0 | 1F | 1D | 53 | 1C | 3C |
| Octal | 240 | 266 | 175 | 14 | 0 | 37 | 35 | 123 | 34 | 74 |
| Binary | 10100000 | 10110110 | 1111101 | 1100 | 0 | 11111 | 11101 | 1010011 | 11100 | 111100 |
Color Harmonies of #A0B67D
Complementary color
Monochromatic Colors of #A0B67D
Black with #A0B67D
Text Example
Text Example
White with #A0B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B67D; }
p { color: rgb(160,182,125); }
H1.HeaderClassName
{
color: #A0B67D;
}
.AnyTagClassName
{
color: #A0B67D;
}
</style>
background-color css
<style>
a { background-color: #A0B67D; }
a { background-color: rgb(160,182,125); }
div.DivClassName
{
background-color: #A0B67D;
}
.BgClassName
{
background-color: #A0B67D;
}
</style>
border-color css
<style>
span { border-color: #A0B67D; }
span { border-color: rgb(160,182,125); }
td.TdClassName
{
border-color: #A0B67D;
}
.TagClassName
{
border-color: #A0B67D;
}
</style>