Shades of Green Smoke #A8B56C
Tints of Green Smoke #A8B56C
RGB
CMYK
RGB Variations
Color information
#A8B56C (or 0xA8B56C) is known color: Green Smoke. HEX triplet: A8, B5 and 6C. RGB value is (168,181,108). Sum of RGB (Red+Green+Blue) = 168+181+108=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B56C is #574A93. Grayscale: #A9A9A9. Windows color (decimal): -5720724 or 7124392. OLE color: 7124392.
HSL color Cylindrical-coordinate representation of color #A8B56C: hue angle of 70.68º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8B56C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 108 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.29 |
| HSL | 70.68º | 0.33% | 0.57% | - |
| HSV(B) | 70.68º | 0.4% | 0.71% | - |
| XYZ | 35.38 | 42.46 | 20.52 | - |
| YUV | 168.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 108 | 0.07 | 0 | 0.40 | 0.29 | 70.68 | 0.33 | 0.57 |
| Hex | A8 | B5 | 6C | 7 | 0 | 28 | 1D | 47 | 21 | 39 |
| Octal | 250 | 265 | 154 | 7 | 0 | 50 | 35 | 107 | 41 | 71 |
| Binary | 10101000 | 10110101 | 1101100 | 111 | 0 | 101000 | 11101 | 1000111 | 100001 | 111001 |
Color Harmonies of #A8B56C
Complementary color
Monochromatic Colors of #A8B56C
Black with #A8B56C
Text Example
Text Example
White with #A8B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B56C; }
p { color: rgb(168,181,108); }
H1.HeaderClassName
{
color: #A8B56C;
}
.AnyTagClassName
{
color: #A8B56C;
}
</style>
background-color css
<style>
a { background-color: #A8B56C; }
a { background-color: rgb(168,181,108); }
div.DivClassName
{
background-color: #A8B56C;
}
.BgClassName
{
background-color: #A8B56C;
}
</style>
border-color css
<style>
span { border-color: #A8B56C; }
span { border-color: rgb(168,181,108); }
td.TdClassName
{
border-color: #A8B56C;
}
.TagClassName
{
border-color: #A8B56C;
}
</style>