Shades of Green Smoke #9BA668
Tints of Green Smoke #9BA668
RGB
CMYK
RGB Variations
Color information
#9BA668 (or 0x9BA668) is known color: Green Smoke. HEX triplet: 9B, A6 and 68. RGB value is (155,166,104). Sum of RGB (Red+Green+Blue) = 155+166+104=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA668 is #645997. Grayscale: #9B9B9B. Windows color (decimal): -6576536 or 6858395. OLE color: 6858395.
HSL color Cylindrical-coordinate representation of color #9BA668: hue angle of 70.65º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BA668 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 104 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.35 |
| HSL | 70.65º | 0.26% | 0.53% | - |
| HSV(B) | 70.65º | 0.37% | 0.65% | - |
| XYZ | 29.65 | 35.24 | 18.34 | - |
| YUV | 155.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 104 | 0.07 | 0 | 0.37 | 0.35 | 70.65 | 0.26 | 0.53 |
| Hex | 9B | A6 | 68 | 7 | 0 | 25 | 23 | 47 | 1A | 35 |
| Octal | 233 | 246 | 150 | 7 | 0 | 45 | 43 | 107 | 32 | 65 |
| Binary | 10011011 | 10100110 | 1101000 | 111 | 0 | 100101 | 100011 | 1000111 | 11010 | 110101 |
Color Harmonies of #9BA668
Complementary color
Monochromatic Colors of #9BA668
Black with #9BA668
Text Example
Text Example
White with #9BA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA668; }
p { color: rgb(155,166,104); }
H1.HeaderClassName
{
color: #9BA668;
}
.AnyTagClassName
{
color: #9BA668;
}
</style>
background-color css
<style>
a { background-color: #9BA668; }
a { background-color: rgb(155,166,104); }
div.DivClassName
{
background-color: #9BA668;
}
.BgClassName
{
background-color: #9BA668;
}
</style>
border-color css
<style>
span { border-color: #9BA668; }
span { border-color: rgb(155,166,104); }
td.TdClassName
{
border-color: #9BA668;
}
.TagClassName
{
border-color: #9BA668;
}
</style>