Shades of Olivine #A0BF65
Tints of Olivine #A0BF65
RGB
CMYK
RGB Variations
Color information
#A0BF65 (or 0xA0BF65) is known color: Olivine. HEX triplet: A0, BF and 65. RGB value is (160,191,101). Sum of RGB (Red+Green+Blue) = 160+191+101=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF65 is #5F409A. Grayscale: #ABABAB. Windows color (decimal): -6242459 or 6668192. OLE color: 6668192.
HSL color Cylindrical-coordinate representation of color #A0BF65: hue angle of 80.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0BF65 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 101 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.25 |
| HSL | 80.67º | 0.41% | 0.57% | - |
| HSV(B) | 80.67º | 0.47% | 0.75% | - |
| XYZ | 35.48 | 45.67 | 19.26 | - |
| YUV | 171.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 101 | 0.16 | 0 | 0.47 | 0.25 | 80.67 | 0.41 | 0.57 |
| Hex | A0 | BF | 65 | 10 | 0 | 2F | 19 | 51 | 29 | 39 |
| Octal | 240 | 277 | 145 | 20 | 0 | 57 | 31 | 121 | 51 | 71 |
| Binary | 10100000 | 10111111 | 1100101 | 10000 | 0 | 101111 | 11001 | 1010001 | 101001 | 111001 |
Color Harmonies of #A0BF65
Complementary color
Monochromatic Colors of #A0BF65
Black with #A0BF65
Text Example
Text Example
White with #A0BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF65; }
p { color: rgb(160,191,101); }
H1.HeaderClassName
{
color: #A0BF65;
}
.AnyTagClassName
{
color: #A0BF65;
}
</style>
background-color css
<style>
a { background-color: #A0BF65; }
a { background-color: rgb(160,191,101); }
div.DivClassName
{
background-color: #A0BF65;
}
.BgClassName
{
background-color: #A0BF65;
}
</style>
border-color css
<style>
span { border-color: #A0BF65; }
span { border-color: rgb(160,191,101); }
td.TdClassName
{
border-color: #A0BF65;
}
.TagClassName
{
border-color: #A0BF65;
}
</style>