Shades of Olivine #A0BF66
Tints of Olivine #A0BF66
RGB
CMYK
RGB Variations
Color information
#A0BF66 (or 0xA0BF66) is known color: Olivine. HEX triplet: A0, BF and 66. RGB value is (160,191,102). Sum of RGB (Red+Green+Blue) = 160+191+102=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF66 is #5F4099. Grayscale: #ABABAB. Windows color (decimal): -6242458 or 6733728. OLE color: 6733728.
HSL color Cylindrical-coordinate representation of color #A0BF66: hue angle of 80.9º 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 #A0BF66 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 102 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.25 |
| HSL | 80.9º | 0.41% | 0.57% | - |
| HSV(B) | 80.9º | 0.47% | 0.75% | - |
| XYZ | 35.53 | 45.69 | 19.52 | - |
| YUV | 171.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 102 | 0.16 | 0 | 0.47 | 0.25 | 80.9 | 0.41 | 0.57 |
| Hex | A0 | BF | 66 | 10 | 0 | 2F | 19 | 51 | 29 | 39 |
| Octal | 240 | 277 | 146 | 20 | 0 | 57 | 31 | 121 | 51 | 71 |
| Binary | 10100000 | 10111111 | 1100110 | 10000 | 0 | 101111 | 11001 | 1010001 | 101001 | 111001 |
Color Harmonies of #A0BF66
Complementary color
Monochromatic Colors of #A0BF66
Black with #A0BF66
Text Example
Text Example
White with #A0BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF66; }
p { color: rgb(160,191,102); }
H1.HeaderClassName
{
color: #A0BF66;
}
.AnyTagClassName
{
color: #A0BF66;
}
</style>
background-color css
<style>
a { background-color: #A0BF66; }
a { background-color: rgb(160,191,102); }
div.DivClassName
{
background-color: #A0BF66;
}
.BgClassName
{
background-color: #A0BF66;
}
</style>
border-color css
<style>
span { border-color: #A0BF66; }
span { border-color: rgb(160,191,102); }
td.TdClassName
{
border-color: #A0BF66;
}
.TagClassName
{
border-color: #A0BF66;
}
</style>