Shades of Olive Green #A6B356
Tints of Olive Green #A6B356
RGB
CMYK
RGB Variations
Color information
#A6B356 (or 0xA6B356) is known color: Olive Green. HEX triplet: A6, B3 and 56. RGB value is (166,179,86). Sum of RGB (Red+Green+Blue) = 166+179+86=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B356 is #594CA9. Grayscale: #A4A4A4. Windows color (decimal): -5852330 or 5682086. OLE color: 5682086.
HSL color Cylindrical-coordinate representation of color #A6B356: hue angle of 68.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6B356 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 86 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.30 |
| HSL | 68.39º | 0.38% | 0.52% | - |
| HSV(B) | 68.39º | 0.52% | 0.7% | - |
| XYZ | 33.53 | 41.02 | 14.95 | - |
| YUV | 164.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 86 | 0.07 | 0 | 0.52 | 0.30 | 68.39 | 0.38 | 0.52 |
| Hex | A6 | B3 | 56 | 7 | 0 | 34 | 1E | 44 | 26 | 34 |
| Octal | 246 | 263 | 126 | 7 | 0 | 64 | 36 | 104 | 46 | 64 |
| Binary | 10100110 | 10110011 | 1010110 | 111 | 0 | 110100 | 11110 | 1000100 | 100110 | 110100 |
Color Harmonies of #A6B356
Complementary color
Monochromatic Colors of #A6B356
Black with #A6B356
Text Example
Text Example
White with #A6B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B356; }
p { color: rgb(166,179,86); }
H1.HeaderClassName
{
color: #A6B356;
}
.AnyTagClassName
{
color: #A6B356;
}
</style>
background-color css
<style>
a { background-color: #A6B356; }
a { background-color: rgb(166,179,86); }
div.DivClassName
{
background-color: #A6B356;
}
.BgClassName
{
background-color: #A6B356;
}
</style>
border-color css
<style>
span { border-color: #A6B356; }
span { border-color: rgb(166,179,86); }
td.TdClassName
{
border-color: #A6B356;
}
.TagClassName
{
border-color: #A6B356;
}
</style>