Shades of Olivine #A6BF6D
Tints of Olivine #A6BF6D
RGB
CMYK
RGB Variations
Color information
#A6BF6D (or 0xA6BF6D) is known color: Olivine. HEX triplet: A6, BF and 6D. RGB value is (166,191,109). Sum of RGB (Red+Green+Blue) = 166+191+109=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF6D is #594092. Grayscale: #AEAEAE. Windows color (decimal): -5849235 or 7192486. OLE color: 7192486.
HSL color Cylindrical-coordinate representation of color #A6BF6D: hue angle of 78.29º degrees, saturation: 0.39, 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 #A6BF6D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 109 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.25 |
| HSL | 78.29º | 0.39% | 0.59% | - |
| HSV(B) | 78.29º | 0.43% | 0.75% | - |
| XYZ | 37.12 | 46.47 | 21.48 | - |
| YUV | 174.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 109 | 0.13 | 0 | 0.43 | 0.25 | 78.29 | 0.39 | 0.59 |
| Hex | A6 | BF | 6D | D | 0 | 2B | 19 | 4E | 27 | 3B |
| Octal | 246 | 277 | 155 | 15 | 0 | 53 | 31 | 116 | 47 | 73 |
| Binary | 10100110 | 10111111 | 1101101 | 1101 | 0 | 101011 | 11001 | 1001110 | 100111 | 111011 |
Color Harmonies of #A6BF6D
Complementary color
Monochromatic Colors of #A6BF6D
Black with #A6BF6D
Text Example
Text Example
White with #A6BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF6D; }
p { color: rgb(166,191,109); }
H1.HeaderClassName
{
color: #A6BF6D;
}
.AnyTagClassName
{
color: #A6BF6D;
}
</style>
background-color css
<style>
a { background-color: #A6BF6D; }
a { background-color: rgb(166,191,109); }
div.DivClassName
{
background-color: #A6BF6D;
}
.BgClassName
{
background-color: #A6BF6D;
}
</style>
border-color css
<style>
span { border-color: #A6BF6D; }
span { border-color: rgb(166,191,109); }
td.TdClassName
{
border-color: #A6BF6D;
}
.TagClassName
{
border-color: #A6BF6D;
}
</style>