Shades of Green Smoke #9BAA67
Tints of Green Smoke #9BAA67
RGB
CMYK
RGB Variations
Color information
#9BAA67 (or 0x9BAA67) is known color: Green Smoke. HEX triplet: 9B, AA and 67. RGB value is (155,170,103). Sum of RGB (Red+Green+Blue) = 155+170+103=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA67 is #645598. Grayscale: #9E9E9E. Windows color (decimal): -6575513 or 6793883. OLE color: 6793883.
HSL color Cylindrical-coordinate representation of color #9BAA67: hue angle of 73.43º 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 #9BAA67 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 103 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.33 |
| HSL | 73.43º | 0.28% | 0.54% | - |
| HSV(B) | 73.43º | 0.39% | 0.67% | - |
| XYZ | 30.34 | 36.7 | 18.32 | - |
| YUV | 157.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 103 | 0.09 | 0 | 0.39 | 0.33 | 73.43 | 0.28 | 0.54 |
| Hex | 9B | AA | 67 | 9 | 0 | 27 | 21 | 49 | 1C | 36 |
| Octal | 233 | 252 | 147 | 11 | 0 | 47 | 41 | 111 | 34 | 66 |
| Binary | 10011011 | 10101010 | 1100111 | 1001 | 0 | 100111 | 100001 | 1001001 | 11100 | 110110 |
Color Harmonies of #9BAA67
Complementary color
Monochromatic Colors of #9BAA67
Black with #9BAA67
Text Example
Text Example
White with #9BAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA67; }
p { color: rgb(155,170,103); }
H1.HeaderClassName
{
color: #9BAA67;
}
.AnyTagClassName
{
color: #9BAA67;
}
</style>
background-color css
<style>
a { background-color: #9BAA67; }
a { background-color: rgb(155,170,103); }
div.DivClassName
{
background-color: #9BAA67;
}
.BgClassName
{
background-color: #9BAA67;
}
</style>
border-color css
<style>
span { border-color: #9BAA67; }
span { border-color: rgb(155,170,103); }
td.TdClassName
{
border-color: #9BAA67;
}
.TagClassName
{
border-color: #9BAA67;
}
</style>