Shades of Green Smoke #9CB758
Tints of Green Smoke #9CB758
RGB
CMYK
RGB Variations
Color information
#9CB758 (or 0x9CB758) is known color: Green Smoke. HEX triplet: 9C, B7 and 58. RGB value is (156,183,88). Sum of RGB (Red+Green+Blue) = 156+183+88=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB758 is #6348A7. Grayscale: #A4A4A4. Windows color (decimal): -6506664 or 5814172. OLE color: 5814172.
HSL color Cylindrical-coordinate representation of color #9CB758: hue angle of 77.05º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CB758 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 88 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.28 |
| HSL | 77.05º | 0.4% | 0.53% | - |
| HSV(B) | 77.05º | 0.52% | 0.72% | - |
| XYZ | 32.41 | 41.64 | 15.56 | - |
| YUV | 164.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 88 | 0.15 | 0 | 0.52 | 0.28 | 77.05 | 0.4 | 0.53 |
| Hex | 9C | B7 | 58 | F | 0 | 34 | 1C | 4D | 28 | 35 |
| Octal | 234 | 267 | 130 | 17 | 0 | 64 | 34 | 115 | 50 | 65 |
| Binary | 10011100 | 10110111 | 1011000 | 1111 | 0 | 110100 | 11100 | 1001101 | 101000 | 110101 |
Color Harmonies of #9CB758
Complementary color
Monochromatic Colors of #9CB758
Black with #9CB758
Text Example
Text Example
White with #9CB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB758; }
p { color: rgb(156,183,88); }
H1.HeaderClassName
{
color: #9CB758;
}
.AnyTagClassName
{
color: #9CB758;
}
</style>
background-color css
<style>
a { background-color: #9CB758; }
a { background-color: rgb(156,183,88); }
div.DivClassName
{
background-color: #9CB758;
}
.BgClassName
{
background-color: #9CB758;
}
</style>
border-color css
<style>
span { border-color: #9CB758; }
span { border-color: rgb(156,183,88); }
td.TdClassName
{
border-color: #9CB758;
}
.TagClassName
{
border-color: #9CB758;
}
</style>