Shades of Green Smoke #949C58
Tints of Green Smoke #949C58
RGB
CMYK
RGB Variations
Color information
#949C58 (or 0x949C58) is known color: Green Smoke. HEX triplet: 94, 9C and 58. RGB value is (148,156,88). Sum of RGB (Red+Green+Blue) = 148+156+88=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #949C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C58 is #6B63A7. Grayscale: #929292. Windows color (decimal): -7037864 or 5807252. OLE color: 5807252.
HSL color Cylindrical-coordinate representation of color #949C58: hue angle of 67.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #949C58 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 88 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.39 |
| HSL | 67.06º | 0.28% | 0.48% | - |
| HSV(B) | 67.06º | 0.44% | 0.61% | - |
| XYZ | 25.86 | 30.78 | 13.81 | - |
| YUV | 145.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 88 | 0.05 | 0 | 0.44 | 0.39 | 67.06 | 0.28 | 0.48 |
| Hex | 94 | 9C | 58 | 5 | 0 | 2C | 27 | 43 | 1C | 30 |
| Octal | 224 | 234 | 130 | 5 | 0 | 54 | 47 | 103 | 34 | 60 |
| Binary | 10010100 | 10011100 | 1011000 | 101 | 0 | 101100 | 100111 | 1000011 | 11100 | 110000 |
Color Harmonies of #949C58
Complementary color
Monochromatic Colors of #949C58
Black with #949C58
Text Example
Text Example
White with #949C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C58; }
p { color: rgb(148,156,88); }
H1.HeaderClassName
{
color: #949C58;
}
.AnyTagClassName
{
color: #949C58;
}
</style>
background-color css
<style>
a { background-color: #949C58; }
a { background-color: rgb(148,156,88); }
div.DivClassName
{
background-color: #949C58;
}
.BgClassName
{
background-color: #949C58;
}
</style>
border-color css
<style>
span { border-color: #949C58; }
span { border-color: rgb(148,156,88); }
td.TdClassName
{
border-color: #949C58;
}
.TagClassName
{
border-color: #949C58;
}
</style>