Shades of Olivine #A6BF6C
Tints of Olivine #A6BF6C
RGB
CMYK
RGB Variations
Color information
#A6BF6C (or 0xA6BF6C) is known color: Olivine. HEX triplet: A6, BF and 6C. RGB value is (166,191,108). Sum of RGB (Red+Green+Blue) = 166+191+108=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF6C is #594093. Grayscale: #AEAEAE. Windows color (decimal): -5849236 or 7126950. OLE color: 7126950.
HSL color Cylindrical-coordinate representation of color #A6BF6C: hue angle of 78.07º 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 #A6BF6C is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 108 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.25 |
| HSL | 78.07º | 0.39% | 0.59% | - |
| HSV(B) | 78.07º | 0.43% | 0.75% | - |
| XYZ | 37.06 | 46.45 | 21.2 | - |
| YUV | 174.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 108 | 0.13 | 0 | 0.43 | 0.25 | 78.07 | 0.39 | 0.59 |
| Hex | A6 | BF | 6C | D | 0 | 2B | 19 | 4E | 27 | 3B |
| Octal | 246 | 277 | 154 | 15 | 0 | 53 | 31 | 116 | 47 | 73 |
| Binary | 10100110 | 10111111 | 1101100 | 1101 | 0 | 101011 | 11001 | 1001110 | 100111 | 111011 |
Color Harmonies of #A6BF6C
Complementary color
Monochromatic Colors of #A6BF6C
Black with #A6BF6C
Text Example
Text Example
White with #A6BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF6C; }
p { color: rgb(166,191,108); }
H1.HeaderClassName
{
color: #A6BF6C;
}
.AnyTagClassName
{
color: #A6BF6C;
}
</style>
background-color css
<style>
a { background-color: #A6BF6C; }
a { background-color: rgb(166,191,108); }
div.DivClassName
{
background-color: #A6BF6C;
}
.BgClassName
{
background-color: #A6BF6C;
}
</style>
border-color css
<style>
span { border-color: #A6BF6C; }
span { border-color: rgb(166,191,108); }
td.TdClassName
{
border-color: #A6BF6C;
}
.TagClassName
{
border-color: #A6BF6C;
}
</style>