Shades of Green Smoke #9CB74F
Tints of Green Smoke #9CB74F
RGB
CMYK
RGB Variations
Color information
#9CB74F (or 0x9CB74F) is known color: Green Smoke. HEX triplet: 9C, B7 and 4F. RGB value is (156,183,79). Sum of RGB (Red+Green+Blue) = 156+183+79=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB74F is #6348B0. Grayscale: #A3A3A3. Windows color (decimal): -6506673 or 5224348. OLE color: 5224348.
HSL color Cylindrical-coordinate representation of color #9CB74F: hue angle of 75.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CB74F is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 79 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.28 |
| HSL | 75.58º | 0.42% | 0.51% | - |
| HSV(B) | 75.58º | 0.57% | 0.72% | - |
| XYZ | 32.06 | 41.5 | 13.72 | - |
| YUV | 163.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 79 | 0.15 | 0 | 0.57 | 0.28 | 75.58 | 0.42 | 0.51 |
| Hex | 9C | B7 | 4F | F | 0 | 39 | 1C | 4C | 2A | 33 |
| Octal | 234 | 267 | 117 | 17 | 0 | 71 | 34 | 114 | 52 | 63 |
| Binary | 10011100 | 10110111 | 1001111 | 1111 | 0 | 111001 | 11100 | 1001100 | 101010 | 110011 |
Color Harmonies of #9CB74F
Complementary color
Monochromatic Colors of #9CB74F
Black with #9CB74F
Text Example
Text Example
White with #9CB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB74F; }
p { color: rgb(156,183,79); }
H1.HeaderClassName
{
color: #9CB74F;
}
.AnyTagClassName
{
color: #9CB74F;
}
</style>
background-color css
<style>
a { background-color: #9CB74F; }
a { background-color: rgb(156,183,79); }
div.DivClassName
{
background-color: #9CB74F;
}
.BgClassName
{
background-color: #9CB74F;
}
</style>
border-color css
<style>
span { border-color: #9CB74F; }
span { border-color: rgb(156,183,79); }
td.TdClassName
{
border-color: #9CB74F;
}
.TagClassName
{
border-color: #9CB74F;
}
</style>