Shades of Green Smoke #A8B76E
Tints of Green Smoke #A8B76E
RGB
CMYK
RGB Variations
Color information
#A8B76E (or 0xA8B76E) is known color: Green Smoke. HEX triplet: A8, B7 and 6E. RGB value is (168,183,110). Sum of RGB (Red+Green+Blue) = 168+183+110=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B76E is #574891. Grayscale: #AAAAAA. Windows color (decimal): -5720210 or 7255976. OLE color: 7255976.
HSL color Cylindrical-coordinate representation of color #A8B76E: hue angle of 72.33º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8B76E is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 110 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.28 |
| HSL | 72.33º | 0.34% | 0.57% | - |
| HSV(B) | 72.33º | 0.4% | 0.72% | - |
| XYZ | 35.9 | 43.32 | 21.22 | - |
| YUV | 170.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 110 | 0.08 | 0 | 0.40 | 0.28 | 72.33 | 0.34 | 0.57 |
| Hex | A8 | B7 | 6E | 8 | 0 | 28 | 1C | 48 | 22 | 39 |
| Octal | 250 | 267 | 156 | 10 | 0 | 50 | 34 | 110 | 42 | 71 |
| Binary | 10101000 | 10110111 | 1101110 | 1000 | 0 | 101000 | 11100 | 1001000 | 100010 | 111001 |
Color Harmonies of #A8B76E
Complementary color
Monochromatic Colors of #A8B76E
Black with #A8B76E
Text Example
Text Example
White with #A8B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B76E; }
p { color: rgb(168,183,110); }
H1.HeaderClassName
{
color: #A8B76E;
}
.AnyTagClassName
{
color: #A8B76E;
}
</style>
background-color css
<style>
a { background-color: #A8B76E; }
a { background-color: rgb(168,183,110); }
div.DivClassName
{
background-color: #A8B76E;
}
.BgClassName
{
background-color: #A8B76E;
}
</style>
border-color css
<style>
span { border-color: #A8B76E; }
span { border-color: rgb(168,183,110); }
td.TdClassName
{
border-color: #A8B76E;
}
.TagClassName
{
border-color: #A8B76E;
}
</style>