Shades of Green Smoke #A7B169
Tints of Green Smoke #A7B169
RGB
CMYK
RGB Variations
Color information
#A7B169 (or 0xA7B169) is known color: Green Smoke. HEX triplet: A7, B1 and 69. RGB value is (167,177,105). Sum of RGB (Red+Green+Blue) = 167+177+105=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B169 is #584E96. Grayscale: #A6A6A6. Windows color (decimal): -5787287 or 6926759. OLE color: 6926759.
HSL color Cylindrical-coordinate representation of color #A7B169: hue angle of 68.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7B169 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 105 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.31 |
| HSL | 68.33º | 0.32% | 0.55% | - |
| HSV(B) | 68.33º | 0.41% | 0.69% | - |
| XYZ | 34.21 | 40.68 | 19.41 | - |
| YUV | 165.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 105 | 0.06 | 0 | 0.41 | 0.31 | 68.33 | 0.32 | 0.55 |
| Hex | A7 | B1 | 69 | 6 | 0 | 29 | 1F | 44 | 20 | 37 |
| Octal | 247 | 261 | 151 | 6 | 0 | 51 | 37 | 104 | 40 | 67 |
| Binary | 10100111 | 10110001 | 1101001 | 110 | 0 | 101001 | 11111 | 1000100 | 100000 | 110111 |
Color Harmonies of #A7B169
Complementary color
Monochromatic Colors of #A7B169
Black with #A7B169
Text Example
Text Example
White with #A7B169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B169; }
p { color: rgb(167,177,105); }
H1.HeaderClassName
{
color: #A7B169;
}
.AnyTagClassName
{
color: #A7B169;
}
</style>
background-color css
<style>
a { background-color: #A7B169; }
a { background-color: rgb(167,177,105); }
div.DivClassName
{
background-color: #A7B169;
}
.BgClassName
{
background-color: #A7B169;
}
</style>
border-color css
<style>
span { border-color: #A7B169; }
span { border-color: rgb(167,177,105); }
td.TdClassName
{
border-color: #A7B169;
}
.TagClassName
{
border-color: #A7B169;
}
</style>