Shades of Olivine #A0BF72
Tints of Olivine #A0BF72
RGB
CMYK
RGB Variations
Color information
#A0BF72 (or 0xA0BF72) is known color: Olivine. HEX triplet: A0, BF and 72. RGB value is (160,191,114). Sum of RGB (Red+Green+Blue) = 160+191+114=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF72 is #5F408D. Grayscale: #ADADAD. Windows color (decimal): -6242446 or 7520160. OLE color: 7520160.
HSL color Cylindrical-coordinate representation of color #A0BF72: hue angle of 84.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BF72 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 114 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.25 |
| HSL | 84.16º | 0.38% | 0.6% | - |
| HSV(B) | 84.16º | 0.4% | 0.75% | - |
| XYZ | 36.17 | 45.95 | 22.88 | - |
| YUV | 172.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 114 | 0.16 | 0 | 0.40 | 0.25 | 84.16 | 0.38 | 0.6 |
| Hex | A0 | BF | 72 | 10 | 0 | 28 | 19 | 54 | 26 | 3C |
| Octal | 240 | 277 | 162 | 20 | 0 | 50 | 31 | 124 | 46 | 74 |
| Binary | 10100000 | 10111111 | 1110010 | 10000 | 0 | 101000 | 11001 | 1010100 | 100110 | 111100 |
Color Harmonies of #A0BF72
Complementary color
Monochromatic Colors of #A0BF72
Black with #A0BF72
Text Example
Text Example
White with #A0BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF72; }
p { color: rgb(160,191,114); }
H1.HeaderClassName
{
color: #A0BF72;
}
.AnyTagClassName
{
color: #A0BF72;
}
</style>
background-color css
<style>
a { background-color: #A0BF72; }
a { background-color: rgb(160,191,114); }
div.DivClassName
{
background-color: #A0BF72;
}
.BgClassName
{
background-color: #A0BF72;
}
</style>
border-color css
<style>
span { border-color: #A0BF72; }
span { border-color: rgb(160,191,114); }
td.TdClassName
{
border-color: #A0BF72;
}
.TagClassName
{
border-color: #A0BF72;
}
</style>