Shades of Green Smoke #9AA56B
Tints of Green Smoke #9AA56B
RGB
CMYK
RGB Variations
Color information
#9AA56B (or 0x9AA56B) is known color: Green Smoke. HEX triplet: 9A, A5 and 6B. RGB value is (154,165,107). Sum of RGB (Red+Green+Blue) = 154+165+107=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA56B is #655A94. Grayscale: #9B9B9B. Windows color (decimal): -6642325 or 7054746. OLE color: 7054746.
HSL color Cylindrical-coordinate representation of color #9AA56B: hue angle of 71.38º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA56B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 107 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.35 |
| HSL | 71.38º | 0.24% | 0.53% | - |
| HSV(B) | 71.38º | 0.35% | 0.65% | - |
| XYZ | 29.44 | 34.84 | 19.08 | - |
| YUV | 155.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 107 | 0.07 | 0 | 0.35 | 0.35 | 71.38 | 0.24 | 0.53 |
| Hex | 9A | A5 | 6B | 7 | 0 | 23 | 23 | 47 | 18 | 35 |
| Octal | 232 | 245 | 153 | 7 | 0 | 43 | 43 | 107 | 30 | 65 |
| Binary | 10011010 | 10100101 | 1101011 | 111 | 0 | 100011 | 100011 | 1000111 | 11000 | 110101 |
Color Harmonies of #9AA56B
Complementary color
Monochromatic Colors of #9AA56B
Black with #9AA56B
Text Example
Text Example
White with #9AA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA56B; }
p { color: rgb(154,165,107); }
H1.HeaderClassName
{
color: #9AA56B;
}
.AnyTagClassName
{
color: #9AA56B;
}
</style>
background-color css
<style>
a { background-color: #9AA56B; }
a { background-color: rgb(154,165,107); }
div.DivClassName
{
background-color: #9AA56B;
}
.BgClassName
{
background-color: #9AA56B;
}
</style>
border-color css
<style>
span { border-color: #9AA56B; }
span { border-color: rgb(154,165,107); }
td.TdClassName
{
border-color: #9AA56B;
}
.TagClassName
{
border-color: #9AA56B;
}
</style>