Shades of Green Smoke #9BA870
Tints of Green Smoke #9BA870
RGB
CMYK
RGB Variations
Color information
#9BA870 (or 0x9BA870) is known color: Green Smoke. HEX triplet: 9B, A8 and 70. RGB value is (155,168,112). Sum of RGB (Red+Green+Blue) = 155+168+112=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA870 is #64578F. Grayscale: #9D9D9D. Windows color (decimal): -6576016 or 7383195. OLE color: 7383195.
HSL color Cylindrical-coordinate representation of color #9BA870: hue angle of 73.93º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA870 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 112 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.34 |
| HSL | 73.93º | 0.24% | 0.55% | - |
| HSV(B) | 73.93º | 0.33% | 0.66% | - |
| XYZ | 30.44 | 36.14 | 20.7 | - |
| YUV | 157.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 112 | 0.08 | 0 | 0.33 | 0.34 | 73.93 | 0.24 | 0.55 |
| Hex | 9B | A8 | 70 | 8 | 0 | 21 | 22 | 4A | 18 | 37 |
| Octal | 233 | 250 | 160 | 10 | 0 | 41 | 42 | 112 | 30 | 67 |
| Binary | 10011011 | 10101000 | 1110000 | 1000 | 0 | 100001 | 100010 | 1001010 | 11000 | 110111 |
Color Harmonies of #9BA870
Complementary color
Monochromatic Colors of #9BA870
Black with #9BA870
Text Example
Text Example
White with #9BA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA870; }
p { color: rgb(155,168,112); }
H1.HeaderClassName
{
color: #9BA870;
}
.AnyTagClassName
{
color: #9BA870;
}
</style>
background-color css
<style>
a { background-color: #9BA870; }
a { background-color: rgb(155,168,112); }
div.DivClassName
{
background-color: #9BA870;
}
.BgClassName
{
background-color: #9BA870;
}
</style>
border-color css
<style>
span { border-color: #9BA870; }
span { border-color: rgb(155,168,112); }
td.TdClassName
{
border-color: #9BA870;
}
.TagClassName
{
border-color: #9BA870;
}
</style>