Shades of Green Smoke #A7B260
Tints of Green Smoke #A7B260
RGB
CMYK
RGB Variations
Color information
#A7B260 (or 0xA7B260) is known color: Green Smoke. HEX triplet: A7, B2 and 60. RGB value is (167,178,96). Sum of RGB (Red+Green+Blue) = 167+178+96=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B260 is #584D9F. Grayscale: #A5A5A5. Windows color (decimal): -5787040 or 6337191. OLE color: 6337191.
HSL color Cylindrical-coordinate representation of color #A7B260: hue angle of 68.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B260 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 96 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.30 |
| HSL | 68.05º | 0.35% | 0.54% | - |
| HSV(B) | 68.05º | 0.46% | 0.7% | - |
| XYZ | 33.97 | 40.9 | 17.17 | - |
| YUV | 165.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 96 | 0.06 | 0 | 0.46 | 0.30 | 68.05 | 0.35 | 0.54 |
| Hex | A7 | B2 | 60 | 6 | 0 | 2E | 1E | 44 | 23 | 36 |
| Octal | 247 | 262 | 140 | 6 | 0 | 56 | 36 | 104 | 43 | 66 |
| Binary | 10100111 | 10110010 | 1100000 | 110 | 0 | 101110 | 11110 | 1000100 | 100011 | 110110 |
Color Harmonies of #A7B260
Complementary color
Monochromatic Colors of #A7B260
Black with #A7B260
Text Example
Text Example
White with #A7B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B260; }
p { color: rgb(167,178,96); }
H1.HeaderClassName
{
color: #A7B260;
}
.AnyTagClassName
{
color: #A7B260;
}
</style>
background-color css
<style>
a { background-color: #A7B260; }
a { background-color: rgb(167,178,96); }
div.DivClassName
{
background-color: #A7B260;
}
.BgClassName
{
background-color: #A7B260;
}
</style>
border-color css
<style>
span { border-color: #A7B260; }
span { border-color: rgb(167,178,96); }
td.TdClassName
{
border-color: #A7B260;
}
.TagClassName
{
border-color: #A7B260;
}
</style>