Shades of Green Smoke #919E69
Tints of Green Smoke #919E69
RGB
CMYK
RGB Variations
Color information
#919E69 (or 0x919E69) is known color: Green Smoke. HEX triplet: 91, 9E and 69. RGB value is (145,158,105). Sum of RGB (Red+Green+Blue) = 145+158+105=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #919E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E69 is #6E6196. Grayscale: #949494. Windows color (decimal): -7233943 or 6921873. OLE color: 6921873.
HSL color Cylindrical-coordinate representation of color #919E69: hue angle of 74.72º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919E69 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 105 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.38 |
| HSL | 74.72º | 0.21% | 0.52% | - |
| HSV(B) | 74.72º | 0.34% | 0.62% | - |
| XYZ | 26.45 | 31.49 | 18.05 | - |
| YUV | 148.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 105 | 0.08 | 0 | 0.34 | 0.38 | 74.72 | 0.21 | 0.52 |
| Hex | 91 | 9E | 69 | 8 | 0 | 22 | 26 | 4B | 15 | 34 |
| Octal | 221 | 236 | 151 | 10 | 0 | 42 | 46 | 113 | 25 | 64 |
| Binary | 10010001 | 10011110 | 1101001 | 1000 | 0 | 100010 | 100110 | 1001011 | 10101 | 110100 |
Color Harmonies of #919E69
Complementary color
Monochromatic Colors of #919E69
Black with #919E69
Text Example
Text Example
White with #919E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E69; }
p { color: rgb(145,158,105); }
H1.HeaderClassName
{
color: #919E69;
}
.AnyTagClassName
{
color: #919E69;
}
</style>
background-color css
<style>
a { background-color: #919E69; }
a { background-color: rgb(145,158,105); }
div.DivClassName
{
background-color: #919E69;
}
.BgClassName
{
background-color: #919E69;
}
</style>
border-color css
<style>
span { border-color: #919E69; }
span { border-color: rgb(145,158,105); }
td.TdClassName
{
border-color: #919E69;
}
.TagClassName
{
border-color: #919E69;
}
</style>