Shades of Green Smoke #919E5F
Tints of Green Smoke #919E5F
RGB
CMYK
RGB Variations
Color information
#919E5F (or 0x919E5F) is known color: Green Smoke. HEX triplet: 91, 9E and 5F. RGB value is (145,158,95). Sum of RGB (Red+Green+Blue) = 145+158+95=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #919E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E5F is #6E61A0. Grayscale: #939393. Windows color (decimal): -7233953 or 6266513. OLE color: 6266513.
HSL color Cylindrical-coordinate representation of color #919E5F: hue angle of 72.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919E5F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 95 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.38 |
| HSL | 72.38º | 0.25% | 0.5% | - |
| HSV(B) | 72.38º | 0.4% | 0.62% | - |
| XYZ | 25.97 | 31.3 | 15.5 | - |
| YUV | 146.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 95 | 0.08 | 0 | 0.40 | 0.38 | 72.38 | 0.25 | 0.5 |
| Hex | 91 | 9E | 5F | 8 | 0 | 28 | 26 | 48 | 19 | 32 |
| Octal | 221 | 236 | 137 | 10 | 0 | 50 | 46 | 110 | 31 | 62 |
| Binary | 10010001 | 10011110 | 1011111 | 1000 | 0 | 101000 | 100110 | 1001000 | 11001 | 110010 |
Color Harmonies of #919E5F
Complementary color
Monochromatic Colors of #919E5F
Black with #919E5F
Text Example
Text Example
White with #919E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E5F; }
p { color: rgb(145,158,95); }
H1.HeaderClassName
{
color: #919E5F;
}
.AnyTagClassName
{
color: #919E5F;
}
</style>
background-color css
<style>
a { background-color: #919E5F; }
a { background-color: rgb(145,158,95); }
div.DivClassName
{
background-color: #919E5F;
}
.BgClassName
{
background-color: #919E5F;
}
</style>
border-color css
<style>
span { border-color: #919E5F; }
span { border-color: rgb(145,158,95); }
td.TdClassName
{
border-color: #919E5F;
}
.TagClassName
{
border-color: #919E5F;
}
</style>