Shades of Green Smoke #949F5B
Tints of Green Smoke #949F5B
RGB
CMYK
RGB Variations
Color information
#949F5B (or 0x949F5B) is known color: Green Smoke. HEX triplet: 94, 9F and 5B. RGB value is (148,159,91). Sum of RGB (Red+Green+Blue) = 148+159+91=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #949F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F5B is #6B60A4. Grayscale: #949494. Windows color (decimal): -7037093 or 6004628. OLE color: 6004628.
HSL color Cylindrical-coordinate representation of color #949F5B: hue angle of 69.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949F5B is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 91 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.38 |
| HSL | 69.71º | 0.27% | 0.49% | - |
| HSV(B) | 69.71º | 0.43% | 0.62% | - |
| XYZ | 26.5 | 31.85 | 14.65 | - |
| YUV | 147.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 91 | 0.07 | 0 | 0.43 | 0.38 | 69.71 | 0.27 | 0.49 |
| Hex | 94 | 9F | 5B | 7 | 0 | 2B | 26 | 46 | 1B | 31 |
| Octal | 224 | 237 | 133 | 7 | 0 | 53 | 46 | 106 | 33 | 61 |
| Binary | 10010100 | 10011111 | 1011011 | 111 | 0 | 101011 | 100110 | 1000110 | 11011 | 110001 |
Color Harmonies of #949F5B
Complementary color
Monochromatic Colors of #949F5B
Black with #949F5B
Text Example
Text Example
White with #949F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F5B; }
p { color: rgb(148,159,91); }
H1.HeaderClassName
{
color: #949F5B;
}
.AnyTagClassName
{
color: #949F5B;
}
</style>
background-color css
<style>
a { background-color: #949F5B; }
a { background-color: rgb(148,159,91); }
div.DivClassName
{
background-color: #949F5B;
}
.BgClassName
{
background-color: #949F5B;
}
</style>
border-color css
<style>
span { border-color: #949F5B; }
span { border-color: rgb(148,159,91); }
td.TdClassName
{
border-color: #949F5B;
}
.TagClassName
{
border-color: #949F5B;
}
</style>