Shades of Green Smoke #919E4E
Tints of Green Smoke #919E4E
RGB
CMYK
RGB Variations
Color information
#919E4E (or 0x919E4E) is known color: Green Smoke. HEX triplet: 91, 9E and 4E. RGB value is (145,158,78). Sum of RGB (Red+Green+Blue) = 145+158+78=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #919E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E4E is #6E61B1. Grayscale: #919191. Windows color (decimal): -7233970 or 5152401. OLE color: 5152401.
HSL color Cylindrical-coordinate representation of color #919E4E: hue angle of 69.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #919E4E is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 78 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.38 |
| HSL | 69.75º | 0.34% | 0.46% | - |
| HSV(B) | 69.75º | 0.51% | 0.62% | - |
| XYZ | 25.28 | 31.02 | 11.86 | - |
| YUV | 144.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 78 | 0.08 | 0 | 0.51 | 0.38 | 69.75 | 0.34 | 0.46 |
| Hex | 91 | 9E | 4E | 8 | 0 | 33 | 26 | 46 | 22 | 2E |
| Octal | 221 | 236 | 116 | 10 | 0 | 63 | 46 | 106 | 42 | 56 |
| Binary | 10010001 | 10011110 | 1001110 | 1000 | 0 | 110011 | 100110 | 1000110 | 100010 | 101110 |
Color Harmonies of #919E4E
Complementary color
Monochromatic Colors of #919E4E
Black with #919E4E
Text Example
Text Example
White with #919E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E4E; }
p { color: rgb(145,158,78); }
H1.HeaderClassName
{
color: #919E4E;
}
.AnyTagClassName
{
color: #919E4E;
}
</style>
background-color css
<style>
a { background-color: #919E4E; }
a { background-color: rgb(145,158,78); }
div.DivClassName
{
background-color: #919E4E;
}
.BgClassName
{
background-color: #919E4E;
}
</style>
border-color css
<style>
span { border-color: #919E4E; }
span { border-color: rgb(145,158,78); }
td.TdClassName
{
border-color: #919E4E;
}
.TagClassName
{
border-color: #919E4E;
}
</style>