Shades of Green Smoke #A8B76D
Tints of Green Smoke #A8B76D
RGB
CMYK
RGB Variations
Color information
#A8B76D (or 0xA8B76D) is known color: Green Smoke. HEX triplet: A8, B7 and 6D. RGB value is (168,183,109). Sum of RGB (Red+Green+Blue) = 168+183+109=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B76D is #574892. Grayscale: #AAAAAA. Windows color (decimal): -5720211 or 7190440. OLE color: 7190440.
HSL color Cylindrical-coordinate representation of color #A8B76D: hue angle of 72.16º 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 #A8B76D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 109 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.28 |
| HSL | 72.16º | 0.34% | 0.57% | - |
| HSV(B) | 72.16º | 0.4% | 0.72% | - |
| XYZ | 35.84 | 43.3 | 20.94 | - |
| YUV | 170.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 109 | 0.08 | 0 | 0.40 | 0.28 | 72.16 | 0.34 | 0.57 |
| Hex | A8 | B7 | 6D | 8 | 0 | 28 | 1C | 48 | 22 | 39 |
| Octal | 250 | 267 | 155 | 10 | 0 | 50 | 34 | 110 | 42 | 71 |
| Binary | 10101000 | 10110111 | 1101101 | 1000 | 0 | 101000 | 11100 | 1001000 | 100010 | 111001 |
Color Harmonies of #A8B76D
Complementary color
Monochromatic Colors of #A8B76D
Black with #A8B76D
Text Example
Text Example
White with #A8B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B76D; }
p { color: rgb(168,183,109); }
H1.HeaderClassName
{
color: #A8B76D;
}
.AnyTagClassName
{
color: #A8B76D;
}
</style>
background-color css
<style>
a { background-color: #A8B76D; }
a { background-color: rgb(168,183,109); }
div.DivClassName
{
background-color: #A8B76D;
}
.BgClassName
{
background-color: #A8B76D;
}
</style>
border-color css
<style>
span { border-color: #A8B76D; }
span { border-color: rgb(168,183,109); }
td.TdClassName
{
border-color: #A8B76D;
}
.TagClassName
{
border-color: #A8B76D;
}
</style>