Shades of Green Smoke #9BAA68
Tints of Green Smoke #9BAA68
RGB
CMYK
RGB Variations
Color information
#9BAA68 (or 0x9BAA68) is known color: Green Smoke. HEX triplet: 9B, AA and 68. RGB value is (155,170,104). Sum of RGB (Red+Green+Blue) = 155+170+104=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA68 is #645597. Grayscale: #9E9E9E. Windows color (decimal): -6575512 or 6859419. OLE color: 6859419.
HSL color Cylindrical-coordinate representation of color #9BAA68: hue angle of 73.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BAA68 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 104 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.33 |
| HSL | 73.64º | 0.28% | 0.54% | - |
| HSV(B) | 73.64º | 0.39% | 0.67% | - |
| XYZ | 30.39 | 36.72 | 18.58 | - |
| YUV | 157.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 104 | 0.09 | 0 | 0.39 | 0.33 | 73.64 | 0.28 | 0.54 |
| Hex | 9B | AA | 68 | 9 | 0 | 27 | 21 | 4A | 1C | 36 |
| Octal | 233 | 252 | 150 | 11 | 0 | 47 | 41 | 112 | 34 | 66 |
| Binary | 10011011 | 10101010 | 1101000 | 1001 | 0 | 100111 | 100001 | 1001010 | 11100 | 110110 |
Color Harmonies of #9BAA68
Complementary color
Monochromatic Colors of #9BAA68
Black with #9BAA68
Text Example
Text Example
White with #9BAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA68; }
p { color: rgb(155,170,104); }
H1.HeaderClassName
{
color: #9BAA68;
}
.AnyTagClassName
{
color: #9BAA68;
}
</style>
background-color css
<style>
a { background-color: #9BAA68; }
a { background-color: rgb(155,170,104); }
div.DivClassName
{
background-color: #9BAA68;
}
.BgClassName
{
background-color: #9BAA68;
}
</style>
border-color css
<style>
span { border-color: #9BAA68; }
span { border-color: rgb(155,170,104); }
td.TdClassName
{
border-color: #9BAA68;
}
.TagClassName
{
border-color: #9BAA68;
}
</style>