Shades of Green Smoke #A7B26C
Tints of Green Smoke #A7B26C
RGB
CMYK
RGB Variations
Color information
#A7B26C (or 0xA7B26C) is known color: Green Smoke. HEX triplet: A7, B2 and 6C. RGB value is (167,178,108). Sum of RGB (Red+Green+Blue) = 167+178+108=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B26C is #584D93. Grayscale: #A7A7A7. Windows color (decimal): -5787028 or 7123623. OLE color: 7123623.
HSL color Cylindrical-coordinate representation of color #A7B26C: hue angle of 69.43º 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 #A7B26C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 108 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.30 |
| HSL | 69.43º | 0.31% | 0.56% | - |
| HSV(B) | 69.43º | 0.39% | 0.7% | - |
| XYZ | 34.56 | 41.14 | 20.31 | - |
| YUV | 166.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 108 | 0.06 | 0 | 0.39 | 0.30 | 69.43 | 0.31 | 0.56 |
| Hex | A7 | B2 | 6C | 6 | 0 | 27 | 1E | 45 | 1F | 38 |
| Octal | 247 | 262 | 154 | 6 | 0 | 47 | 36 | 105 | 37 | 70 |
| Binary | 10100111 | 10110010 | 1101100 | 110 | 0 | 100111 | 11110 | 1000101 | 11111 | 111000 |
Color Harmonies of #A7B26C
Complementary color
Monochromatic Colors of #A7B26C
Black with #A7B26C
Text Example
Text Example
White with #A7B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B26C; }
p { color: rgb(167,178,108); }
H1.HeaderClassName
{
color: #A7B26C;
}
.AnyTagClassName
{
color: #A7B26C;
}
</style>
background-color css
<style>
a { background-color: #A7B26C; }
a { background-color: rgb(167,178,108); }
div.DivClassName
{
background-color: #A7B26C;
}
.BgClassName
{
background-color: #A7B26C;
}
</style>
border-color css
<style>
span { border-color: #A7B26C; }
span { border-color: rgb(167,178,108); }
td.TdClassName
{
border-color: #A7B26C;
}
.TagClassName
{
border-color: #A7B26C;
}
</style>