Shades of Green Smoke #9BA767
Tints of Green Smoke #9BA767
RGB
CMYK
RGB Variations
Color information
#9BA767 (or 0x9BA767) is known color: Green Smoke. HEX triplet: 9B, A7 and 67. RGB value is (155,167,103). Sum of RGB (Red+Green+Blue) = 155+167+103=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA767 is #645898. Grayscale: #9C9C9C. Windows color (decimal): -6576281 or 6793115. OLE color: 6793115.
HSL color Cylindrical-coordinate representation of color #9BA767: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA767 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 103 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.35 |
| HSL | 71.25º | 0.27% | 0.53% | - |
| HSV(B) | 71.25º | 0.38% | 0.65% | - |
| XYZ | 29.78 | 35.59 | 18.13 | - |
| YUV | 156.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 103 | 0.07 | 0 | 0.38 | 0.35 | 71.25 | 0.27 | 0.53 |
| Hex | 9B | A7 | 67 | 7 | 0 | 26 | 23 | 47 | 1B | 35 |
| Octal | 233 | 247 | 147 | 7 | 0 | 46 | 43 | 107 | 33 | 65 |
| Binary | 10011011 | 10100111 | 1100111 | 111 | 0 | 100110 | 100011 | 1000111 | 11011 | 110101 |
Color Harmonies of #9BA767
Complementary color
Monochromatic Colors of #9BA767
Black with #9BA767
Text Example
Text Example
White with #9BA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA767; }
p { color: rgb(155,167,103); }
H1.HeaderClassName
{
color: #9BA767;
}
.AnyTagClassName
{
color: #9BA767;
}
</style>
background-color css
<style>
a { background-color: #9BA767; }
a { background-color: rgb(155,167,103); }
div.DivClassName
{
background-color: #9BA767;
}
.BgClassName
{
background-color: #9BA767;
}
</style>
border-color css
<style>
span { border-color: #9BA767; }
span { border-color: rgb(155,167,103); }
td.TdClassName
{
border-color: #9BA767;
}
.TagClassName
{
border-color: #9BA767;
}
</style>