Shades of Green Smoke #A7B06F
Tints of Green Smoke #A7B06F
RGB
CMYK
RGB Variations
Color information
#A7B06F (or 0xA7B06F) is known color: Green Smoke. HEX triplet: A7, B0 and 6F. RGB value is (167,176,111). Sum of RGB (Red+Green+Blue) = 167+176+111=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B06F is #584F90. Grayscale: #A6A6A6. Windows color (decimal): -5787537 or 7319719. OLE color: 7319719.
HSL color Cylindrical-coordinate representation of color #A7B06F: hue angle of 68.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7B06F is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 111 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.31 |
| HSL | 68.31º | 0.29% | 0.56% | - |
| HSV(B) | 68.31º | 0.37% | 0.69% | - |
| XYZ | 34.33 | 40.41 | 21.03 | - |
| YUV | 165.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 111 | 0.05 | 0 | 0.37 | 0.31 | 68.31 | 0.29 | 0.56 |
| Hex | A7 | B0 | 6F | 5 | 0 | 25 | 1F | 44 | 1D | 38 |
| Octal | 247 | 260 | 157 | 5 | 0 | 45 | 37 | 104 | 35 | 70 |
| Binary | 10100111 | 10110000 | 1101111 | 101 | 0 | 100101 | 11111 | 1000100 | 11101 | 111000 |
Color Harmonies of #A7B06F
Complementary color
Monochromatic Colors of #A7B06F
Black with #A7B06F
Text Example
Text Example
White with #A7B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B06F; }
p { color: rgb(167,176,111); }
H1.HeaderClassName
{
color: #A7B06F;
}
.AnyTagClassName
{
color: #A7B06F;
}
</style>
background-color css
<style>
a { background-color: #A7B06F; }
a { background-color: rgb(167,176,111); }
div.DivClassName
{
background-color: #A7B06F;
}
.BgClassName
{
background-color: #A7B06F;
}
</style>
border-color css
<style>
span { border-color: #A7B06F; }
span { border-color: rgb(167,176,111); }
td.TdClassName
{
border-color: #A7B06F;
}
.TagClassName
{
border-color: #A7B06F;
}
</style>