Shades of Green Smoke #9BAA70
Tints of Green Smoke #9BAA70
RGB
CMYK
RGB Variations
Color information
#9BAA70 (or 0x9BAA70) is known color: Green Smoke. HEX triplet: 9B, AA and 70. RGB value is (155,170,112). Sum of RGB (Red+Green+Blue) = 155+170+112=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA70 is #64558F. Grayscale: #9F9F9F. Windows color (decimal): -6575504 or 7383707. OLE color: 7383707.
HSL color Cylindrical-coordinate representation of color #9BAA70: hue angle of 75.52º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAA70 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 112 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.33 |
| HSL | 75.52º | 0.25% | 0.55% | - |
| HSV(B) | 75.52º | 0.34% | 0.67% | - |
| XYZ | 30.82 | 36.89 | 20.83 | - |
| YUV | 158.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 112 | 0.09 | 0 | 0.34 | 0.33 | 75.52 | 0.25 | 0.55 |
| Hex | 9B | AA | 70 | 9 | 0 | 22 | 21 | 4C | 19 | 37 |
| Octal | 233 | 252 | 160 | 11 | 0 | 42 | 41 | 114 | 31 | 67 |
| Binary | 10011011 | 10101010 | 1110000 | 1001 | 0 | 100010 | 100001 | 1001100 | 11001 | 110111 |
Color Harmonies of #9BAA70
Complementary color
Monochromatic Colors of #9BAA70
Black with #9BAA70
Text Example
Text Example
White with #9BAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA70; }
p { color: rgb(155,170,112); }
H1.HeaderClassName
{
color: #9BAA70;
}
.AnyTagClassName
{
color: #9BAA70;
}
</style>
background-color css
<style>
a { background-color: #9BAA70; }
a { background-color: rgb(155,170,112); }
div.DivClassName
{
background-color: #9BAA70;
}
.BgClassName
{
background-color: #9BAA70;
}
</style>
border-color css
<style>
span { border-color: #9BAA70; }
span { border-color: rgb(155,170,112); }
td.TdClassName
{
border-color: #9BAA70;
}
.TagClassName
{
border-color: #9BAA70;
}
</style>