Shades of Green Smoke #AAB76B
Tints of Green Smoke #AAB76B
RGB
CMYK
RGB Variations
Color information
#AAB76B (or 0xAAB76B) is known color: Green Smoke. HEX triplet: AA, B7 and 6B. RGB value is (170,183,107). Sum of RGB (Red+Green+Blue) = 170+183+107=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76B is #554894. Grayscale: #AAAAAA. Windows color (decimal): -5589141 or 7059370. OLE color: 7059370.
HSL color Cylindrical-coordinate representation of color #AAB76B: hue angle of 70.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB76B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 107 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.28 |
| HSL | 70.26º | 0.35% | 0.57% | - |
| HSV(B) | 70.26º | 0.42% | 0.72% | - |
| XYZ | 36.16 | 43.47 | 20.4 | - |
| YUV | 170.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 107 | 0.07 | 0 | 0.42 | 0.28 | 70.26 | 0.35 | 0.57 |
| Hex | AA | B7 | 6B | 7 | 0 | 2A | 1C | 46 | 23 | 39 |
| Octal | 252 | 267 | 153 | 7 | 0 | 52 | 34 | 106 | 43 | 71 |
| Binary | 10101010 | 10110111 | 1101011 | 111 | 0 | 101010 | 11100 | 1000110 | 100011 | 111001 |
Color Harmonies of #AAB76B
Complementary color
Monochromatic Colors of #AAB76B
Black with #AAB76B
Text Example
Text Example
White with #AAB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB76B; }
p { color: rgb(170,183,107); }
H1.HeaderClassName
{
color: #AAB76B;
}
.AnyTagClassName
{
color: #AAB76B;
}
</style>
background-color css
<style>
a { background-color: #AAB76B; }
a { background-color: rgb(170,183,107); }
div.DivClassName
{
background-color: #AAB76B;
}
.BgClassName
{
background-color: #AAB76B;
}
</style>
border-color css
<style>
span { border-color: #AAB76B; }
span { border-color: rgb(170,183,107); }
td.TdClassName
{
border-color: #AAB76B;
}
.TagClassName
{
border-color: #AAB76B;
}
</style>