Shades of Olivine #A6BF65
Tints of Olivine #A6BF65
RGB
CMYK
RGB Variations
Color information
#A6BF65 (or 0xA6BF65) is known color: Olivine. HEX triplet: A6, BF and 65. RGB value is (166,191,101). Sum of RGB (Red+Green+Blue) = 166+191+101=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF65 is #59409A. Grayscale: #ADADAD. Windows color (decimal): -5849243 or 6668198. OLE color: 6668198.
HSL color Cylindrical-coordinate representation of color #A6BF65: hue angle of 76.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 #A6BF65 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 101 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.25 |
| HSL | 76.67º | 0.41% | 0.57% | - |
| HSV(B) | 76.67º | 0.47% | 0.75% | - |
| XYZ | 36.71 | 46.31 | 19.32 | - |
| YUV | 173.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 101 | 0.13 | 0 | 0.47 | 0.25 | 76.67 | 0.41 | 0.57 |
| Hex | A6 | BF | 65 | D | 0 | 2F | 19 | 4D | 29 | 39 |
| Octal | 246 | 277 | 145 | 15 | 0 | 57 | 31 | 115 | 51 | 71 |
| Binary | 10100110 | 10111111 | 1100101 | 1101 | 0 | 101111 | 11001 | 1001101 | 101001 | 111001 |
Color Harmonies of #A6BF65
Complementary color
Monochromatic Colors of #A6BF65
Black with #A6BF65
Text Example
Text Example
White with #A6BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF65; }
p { color: rgb(166,191,101); }
H1.HeaderClassName
{
color: #A6BF65;
}
.AnyTagClassName
{
color: #A6BF65;
}
</style>
background-color css
<style>
a { background-color: #A6BF65; }
a { background-color: rgb(166,191,101); }
div.DivClassName
{
background-color: #A6BF65;
}
.BgClassName
{
background-color: #A6BF65;
}
</style>
border-color css
<style>
span { border-color: #A6BF65; }
span { border-color: rgb(166,191,101); }
td.TdClassName
{
border-color: #A6BF65;
}
.TagClassName
{
border-color: #A6BF65;
}
</style>