Shades of Olivine #A0BD78
Tints of Olivine #A0BD78
RGB
CMYK
RGB Variations
Color information
#A0BD78 (or 0xA0BD78) is known color: Olivine. HEX triplet: A0, BD and 78. RGB value is (160,189,120). Sum of RGB (Red+Green+Blue) = 160+189+120=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD78 is #5F4287. Grayscale: #ACACAC. Windows color (decimal): -6242952 or 7912864. OLE color: 7912864.
HSL color Cylindrical-coordinate representation of color #A0BD78: hue angle of 85.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BD78 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 120 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.26 |
| HSL | 85.22º | 0.34% | 0.61% | - |
| HSV(B) | 85.22º | 0.37% | 0.74% | - |
| XYZ | 36.08 | 45.22 | 24.6 | - |
| YUV | 172.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 120 | 0.15 | 0 | 0.37 | 0.26 | 85.22 | 0.34 | 0.61 |
| Hex | A0 | BD | 78 | F | 0 | 25 | 1A | 55 | 22 | 3D |
| Octal | 240 | 275 | 170 | 17 | 0 | 45 | 32 | 125 | 42 | 75 |
| Binary | 10100000 | 10111101 | 1111000 | 1111 | 0 | 100101 | 11010 | 1010101 | 100010 | 111101 |
Color Harmonies of #A0BD78
Complementary color
Monochromatic Colors of #A0BD78
Black with #A0BD78
Text Example
Text Example
White with #A0BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD78; }
p { color: rgb(160,189,120); }
H1.HeaderClassName
{
color: #A0BD78;
}
.AnyTagClassName
{
color: #A0BD78;
}
</style>
background-color css
<style>
a { background-color: #A0BD78; }
a { background-color: rgb(160,189,120); }
div.DivClassName
{
background-color: #A0BD78;
}
.BgClassName
{
background-color: #A0BD78;
}
</style>
border-color css
<style>
span { border-color: #A0BD78; }
span { border-color: rgb(160,189,120); }
td.TdClassName
{
border-color: #A0BD78;
}
.TagClassName
{
border-color: #A0BD78;
}
</style>