Shades of Green Smoke #A7B167
Tints of Green Smoke #A7B167
RGB
CMYK
RGB Variations
Color information
#A7B167 (or 0xA7B167) is known color: Green Smoke. HEX triplet: A7, B1 and 67. RGB value is (167,177,103). Sum of RGB (Red+Green+Blue) = 167+177+103=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B167 is #584E98. Grayscale: #A5A5A5. Windows color (decimal): -5787289 or 6795687. OLE color: 6795687.
HSL color Cylindrical-coordinate representation of color #A7B167: hue angle of 68.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7B167 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 103 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.31 |
| HSL | 68.11º | 0.32% | 0.55% | - |
| HSV(B) | 68.11º | 0.42% | 0.69% | - |
| XYZ | 34.11 | 40.64 | 18.88 | - |
| YUV | 165.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 103 | 0.06 | 0 | 0.42 | 0.31 | 68.11 | 0.32 | 0.55 |
| Hex | A7 | B1 | 67 | 6 | 0 | 2A | 1F | 44 | 20 | 37 |
| Octal | 247 | 261 | 147 | 6 | 0 | 52 | 37 | 104 | 40 | 67 |
| Binary | 10100111 | 10110001 | 1100111 | 110 | 0 | 101010 | 11111 | 1000100 | 100000 | 110111 |
Color Harmonies of #A7B167
Complementary color
Monochromatic Colors of #A7B167
Black with #A7B167
Text Example
Text Example
White with #A7B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B167; }
p { color: rgb(167,177,103); }
H1.HeaderClassName
{
color: #A7B167;
}
.AnyTagClassName
{
color: #A7B167;
}
</style>
background-color css
<style>
a { background-color: #A7B167; }
a { background-color: rgb(167,177,103); }
div.DivClassName
{
background-color: #A7B167;
}
.BgClassName
{
background-color: #A7B167;
}
</style>
border-color css
<style>
span { border-color: #A7B167; }
span { border-color: rgb(167,177,103); }
td.TdClassName
{
border-color: #A7B167;
}
.TagClassName
{
border-color: #A7B167;
}
</style>