Shades of Olivine #A6C46D
Tints of Olivine #A6C46D
RGB
CMYK
RGB Variations
Color information
#A6C46D (or 0xA6C46D) is known color: Olivine. HEX triplet: A6, C4 and 6D. RGB value is (166,196,109). Sum of RGB (Red+Green+Blue) = 166+196+109=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C46D is #593B92. Grayscale: #B1B1B1. Windows color (decimal): -5847955 or 7193766. OLE color: 7193766.
HSL color Cylindrical-coordinate representation of color #A6C46D: hue angle of 80.69º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C46D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 109 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.23 |
| HSL | 80.69º | 0.42% | 0.6% | - |
| HSV(B) | 80.69º | 0.44% | 0.77% | - |
| XYZ | 38.23 | 48.69 | 21.85 | - |
| YUV | 177.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 109 | 0.15 | 0 | 0.44 | 0.23 | 80.69 | 0.42 | 0.6 |
| Hex | A6 | C4 | 6D | F | 0 | 2C | 17 | 51 | 2A | 3C |
| Octal | 246 | 304 | 155 | 17 | 0 | 54 | 27 | 121 | 52 | 74 |
| Binary | 10100110 | 11000100 | 1101101 | 1111 | 0 | 101100 | 10111 | 1010001 | 101010 | 111100 |
Color Harmonies of #A6C46D
Complementary color
Monochromatic Colors of #A6C46D
Black with #A6C46D
Text Example
Text Example
White with #A6C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C46D; }
p { color: rgb(166,196,109); }
H1.HeaderClassName
{
color: #A6C46D;
}
.AnyTagClassName
{
color: #A6C46D;
}
</style>
background-color css
<style>
a { background-color: #A6C46D; }
a { background-color: rgb(166,196,109); }
div.DivClassName
{
background-color: #A6C46D;
}
.BgClassName
{
background-color: #A6C46D;
}
</style>
border-color css
<style>
span { border-color: #A6C46D; }
span { border-color: rgb(166,196,109); }
td.TdClassName
{
border-color: #A6C46D;
}
.TagClassName
{
border-color: #A6C46D;
}
</style>