Shades of Olivine #A6C96D
Tints of Olivine #A6C96D
RGB
CMYK
RGB Variations
Color information
#A6C96D (or 0xA6C96D) is known color: Olivine. HEX triplet: A6, C9 and 6D. RGB value is (166,201,109). Sum of RGB (Red+Green+Blue) = 166+201+109=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C96D is #593692. Grayscale: #B4B4B4. Windows color (decimal): -5846675 or 7195046. OLE color: 7195046.
HSL color Cylindrical-coordinate representation of color #A6C96D: hue angle of 82.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6C96D is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 109 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.21 |
| HSL | 82.83º | 0.46% | 0.61% | - |
| HSV(B) | 82.83º | 0.46% | 0.79% | - |
| XYZ | 39.37 | 50.98 | 22.23 | - |
| YUV | 180.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 109 | 0.17 | 0 | 0.46 | 0.21 | 82.83 | 0.46 | 0.61 |
| Hex | A6 | C9 | 6D | 11 | 0 | 2E | 15 | 53 | 2E | 3D |
| Octal | 246 | 311 | 155 | 21 | 0 | 56 | 25 | 123 | 56 | 75 |
| Binary | 10100110 | 11001001 | 1101101 | 10001 | 0 | 101110 | 10101 | 1010011 | 101110 | 111101 |
Color Harmonies of #A6C96D
Complementary color
Monochromatic Colors of #A6C96D
Black with #A6C96D
Text Example
Text Example
White with #A6C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C96D; }
p { color: rgb(166,201,109); }
H1.HeaderClassName
{
color: #A6C96D;
}
.AnyTagClassName
{
color: #A6C96D;
}
</style>
background-color css
<style>
a { background-color: #A6C96D; }
a { background-color: rgb(166,201,109); }
div.DivClassName
{
background-color: #A6C96D;
}
.BgClassName
{
background-color: #A6C96D;
}
</style>
border-color css
<style>
span { border-color: #A6C96D; }
span { border-color: rgb(166,201,109); }
td.TdClassName
{
border-color: #A6C96D;
}
.TagClassName
{
border-color: #A6C96D;
}
</style>