Shades of Green Smoke #919E60
Tints of Green Smoke #919E60
RGB
CMYK
RGB Variations
Color information
#919E60 (or 0x919E60) is known color: Green Smoke. HEX triplet: 91, 9E and 60. RGB value is (145,158,96). Sum of RGB (Red+Green+Blue) = 145+158+96=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #919E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E60 is #6E619F. Grayscale: #939393. Windows color (decimal): -7233952 or 6332049. OLE color: 6332049.
HSL color Cylindrical-coordinate representation of color #919E60: hue angle of 72.58º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919E60 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 96 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.38 |
| HSL | 72.58º | 0.24% | 0.5% | - |
| HSV(B) | 72.58º | 0.39% | 0.62% | - |
| XYZ | 26.02 | 31.32 | 15.74 | - |
| YUV | 147.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 96 | 0.08 | 0 | 0.39 | 0.38 | 72.58 | 0.24 | 0.5 |
| Hex | 91 | 9E | 60 | 8 | 0 | 27 | 26 | 49 | 18 | 32 |
| Octal | 221 | 236 | 140 | 10 | 0 | 47 | 46 | 111 | 30 | 62 |
| Binary | 10010001 | 10011110 | 1100000 | 1000 | 0 | 100111 | 100110 | 1001001 | 11000 | 110010 |
Color Harmonies of #919E60
Complementary color
Monochromatic Colors of #919E60
Black with #919E60
Text Example
Text Example
White with #919E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E60; }
p { color: rgb(145,158,96); }
H1.HeaderClassName
{
color: #919E60;
}
.AnyTagClassName
{
color: #919E60;
}
</style>
background-color css
<style>
a { background-color: #919E60; }
a { background-color: rgb(145,158,96); }
div.DivClassName
{
background-color: #919E60;
}
.BgClassName
{
background-color: #919E60;
}
</style>
border-color css
<style>
span { border-color: #919E60; }
span { border-color: rgb(145,158,96); }
td.TdClassName
{
border-color: #919E60;
}
.TagClassName
{
border-color: #919E60;
}
</style>