Shades of Green Smoke #9BA068
Tints of Green Smoke #9BA068
RGB
CMYK
RGB Variations
Color information
#9BA068 (or 0x9BA068) is known color: Green Smoke. HEX triplet: 9B, A0 and 68. RGB value is (155,160,104). Sum of RGB (Red+Green+Blue) = 155+160+104=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA068 is #645F97. Grayscale: #989898. Windows color (decimal): -6578072 or 6856859. OLE color: 6856859.
HSL color Cylindrical-coordinate representation of color #9BA068: hue angle of 65.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA068 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 104 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.37 |
| HSL | 65.36º | 0.23% | 0.52% | - |
| HSV(B) | 65.36º | 0.35% | 0.63% | - |
| XYZ | 28.59 | 33.11 | 17.98 | - |
| YUV | 152.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 104 | 0.03 | 0 | 0.35 | 0.37 | 65.36 | 0.23 | 0.52 |
| Hex | 9B | A0 | 68 | 3 | 0 | 23 | 25 | 41 | 17 | 34 |
| Octal | 233 | 240 | 150 | 3 | 0 | 43 | 45 | 101 | 27 | 64 |
| Binary | 10011011 | 10100000 | 1101000 | 11 | 0 | 100011 | 100101 | 1000001 | 10111 | 110100 |
Color Harmonies of #9BA068
Complementary color
Monochromatic Colors of #9BA068
Black with #9BA068
Text Example
Text Example
White with #9BA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA068; }
p { color: rgb(155,160,104); }
H1.HeaderClassName
{
color: #9BA068;
}
.AnyTagClassName
{
color: #9BA068;
}
</style>
background-color css
<style>
a { background-color: #9BA068; }
a { background-color: rgb(155,160,104); }
div.DivClassName
{
background-color: #9BA068;
}
.BgClassName
{
background-color: #9BA068;
}
</style>
border-color css
<style>
span { border-color: #9BA068; }
span { border-color: rgb(155,160,104); }
td.TdClassName
{
border-color: #9BA068;
}
.TagClassName
{
border-color: #9BA068;
}
</style>