Shades of Green Smoke #A7B26D
Tints of Green Smoke #A7B26D
RGB
CMYK
RGB Variations
Color information
#A7B26D (or 0xA7B26D) is known color: Green Smoke. HEX triplet: A7, B2 and 6D. RGB value is (167,178,109). Sum of RGB (Red+Green+Blue) = 167+178+109=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B26D is #584D92. Grayscale: #A7A7A7. Windows color (decimal): -5787027 or 7189159. OLE color: 7189159.
HSL color Cylindrical-coordinate representation of color #A7B26D: hue angle of 69.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7B26D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 109 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.30 |
| HSL | 69.57º | 0.31% | 0.56% | - |
| HSV(B) | 69.57º | 0.39% | 0.7% | - |
| XYZ | 34.62 | 41.16 | 20.59 | - |
| YUV | 166.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 109 | 0.06 | 0 | 0.39 | 0.30 | 69.57 | 0.31 | 0.56 |
| Hex | A7 | B2 | 6D | 6 | 0 | 27 | 1E | 46 | 1F | 38 |
| Octal | 247 | 262 | 155 | 6 | 0 | 47 | 36 | 106 | 37 | 70 |
| Binary | 10100111 | 10110010 | 1101101 | 110 | 0 | 100111 | 11110 | 1000110 | 11111 | 111000 |
Color Harmonies of #A7B26D
Complementary color
Monochromatic Colors of #A7B26D
Black with #A7B26D
Text Example
Text Example
White with #A7B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B26D; }
p { color: rgb(167,178,109); }
H1.HeaderClassName
{
color: #A7B26D;
}
.AnyTagClassName
{
color: #A7B26D;
}
</style>
background-color css
<style>
a { background-color: #A7B26D; }
a { background-color: rgb(167,178,109); }
div.DivClassName
{
background-color: #A7B26D;
}
.BgClassName
{
background-color: #A7B26D;
}
</style>
border-color css
<style>
span { border-color: #A7B26D; }
span { border-color: rgb(167,178,109); }
td.TdClassName
{
border-color: #A7B26D;
}
.TagClassName
{
border-color: #A7B26D;
}
</style>