Shades of Olivine #A6BE6D
Tints of Olivine #A6BE6D
RGB
CMYK
RGB Variations
Color information
#A6BE6D (or 0xA6BE6D) is known color: Olivine. HEX triplet: A6, BE and 6D. RGB value is (166,190,109). Sum of RGB (Red+Green+Blue) = 166+190+109=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE6D is #594192. Grayscale: #ADADAD. Windows color (decimal): -5849491 or 7192230. OLE color: 7192230.
HSL color Cylindrical-coordinate representation of color #A6BE6D: hue angle of 77.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6BE6D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 109 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.25 |
| HSL | 77.78º | 0.38% | 0.59% | - |
| HSV(B) | 77.78º | 0.43% | 0.75% | - |
| XYZ | 36.9 | 46.04 | 21.41 | - |
| YUV | 173.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 109 | 0.13 | 0 | 0.43 | 0.25 | 77.78 | 0.38 | 0.59 |
| Hex | A6 | BE | 6D | D | 0 | 2B | 19 | 4E | 26 | 3B |
| Octal | 246 | 276 | 155 | 15 | 0 | 53 | 31 | 116 | 46 | 73 |
| Binary | 10100110 | 10111110 | 1101101 | 1101 | 0 | 101011 | 11001 | 1001110 | 100110 | 111011 |
Color Harmonies of #A6BE6D
Complementary color
Monochromatic Colors of #A6BE6D
Black with #A6BE6D
Text Example
Text Example
White with #A6BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE6D; }
p { color: rgb(166,190,109); }
H1.HeaderClassName
{
color: #A6BE6D;
}
.AnyTagClassName
{
color: #A6BE6D;
}
</style>
background-color css
<style>
a { background-color: #A6BE6D; }
a { background-color: rgb(166,190,109); }
div.DivClassName
{
background-color: #A6BE6D;
}
.BgClassName
{
background-color: #A6BE6D;
}
</style>
border-color css
<style>
span { border-color: #A6BE6D; }
span { border-color: rgb(166,190,109); }
td.TdClassName
{
border-color: #A6BE6D;
}
.TagClassName
{
border-color: #A6BE6D;
}
</style>