Shades of Green Smoke #949C55
Tints of Green Smoke #949C55
RGB
CMYK
RGB Variations
Color information
#949C55 (or 0x949C55) is known color: Green Smoke. HEX triplet: 94, 9C and 55. RGB value is (148,156,85). Sum of RGB (Red+Green+Blue) = 148+156+85=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #949C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C55 is #6B63AA. Grayscale: #919191. Windows color (decimal): -7037867 or 5610644. OLE color: 5610644.
HSL color Cylindrical-coordinate representation of color #949C55: hue angle of 66.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949C55 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 85 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.39 |
| HSL | 66.76º | 0.29% | 0.47% | - |
| HSV(B) | 66.76º | 0.46% | 0.61% | - |
| XYZ | 25.74 | 30.73 | 13.17 | - |
| YUV | 145.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 85 | 0.05 | 0 | 0.46 | 0.39 | 66.76 | 0.29 | 0.47 |
| Hex | 94 | 9C | 55 | 5 | 0 | 2E | 27 | 43 | 1D | 2F |
| Octal | 224 | 234 | 125 | 5 | 0 | 56 | 47 | 103 | 35 | 57 |
| Binary | 10010100 | 10011100 | 1010101 | 101 | 0 | 101110 | 100111 | 1000011 | 11101 | 101111 |
Color Harmonies of #949C55
Complementary color
Monochromatic Colors of #949C55
Black with #949C55
Text Example
Text Example
White with #949C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C55; }
p { color: rgb(148,156,85); }
H1.HeaderClassName
{
color: #949C55;
}
.AnyTagClassName
{
color: #949C55;
}
</style>
background-color css
<style>
a { background-color: #949C55; }
a { background-color: rgb(148,156,85); }
div.DivClassName
{
background-color: #949C55;
}
.BgClassName
{
background-color: #949C55;
}
</style>
border-color css
<style>
span { border-color: #949C55; }
span { border-color: rgb(148,156,85); }
td.TdClassName
{
border-color: #949C55;
}
.TagClassName
{
border-color: #949C55;
}
</style>