Shades of Green Smoke #919E65
Tints of Green Smoke #919E65
RGB
CMYK
RGB Variations
Color information
#919E65 (or 0x919E65) is known color: Green Smoke. HEX triplet: 91, 9E and 65. RGB value is (145,158,101). Sum of RGB (Red+Green+Blue) = 145+158+101=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #919E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E65 is #6E619A. Grayscale: #939393. Windows color (decimal): -7233947 or 6659729. OLE color: 6659729.
HSL color Cylindrical-coordinate representation of color #919E65: hue angle of 73.68º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919E65 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 101 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.38 |
| HSL | 73.68º | 0.23% | 0.51% | - |
| HSV(B) | 73.68º | 0.36% | 0.62% | - |
| XYZ | 26.25 | 31.41 | 16.99 | - |
| YUV | 147.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 101 | 0.08 | 0 | 0.36 | 0.38 | 73.68 | 0.23 | 0.51 |
| Hex | 91 | 9E | 65 | 8 | 0 | 24 | 26 | 4A | 17 | 33 |
| Octal | 221 | 236 | 145 | 10 | 0 | 44 | 46 | 112 | 27 | 63 |
| Binary | 10010001 | 10011110 | 1100101 | 1000 | 0 | 100100 | 100110 | 1001010 | 10111 | 110011 |
Color Harmonies of #919E65
Complementary color
Monochromatic Colors of #919E65
Black with #919E65
Text Example
Text Example
White with #919E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E65; }
p { color: rgb(145,158,101); }
H1.HeaderClassName
{
color: #919E65;
}
.AnyTagClassName
{
color: #919E65;
}
</style>
background-color css
<style>
a { background-color: #919E65; }
a { background-color: rgb(145,158,101); }
div.DivClassName
{
background-color: #919E65;
}
.BgClassName
{
background-color: #919E65;
}
</style>
border-color css
<style>
span { border-color: #919E65; }
span { border-color: rgb(145,158,101); }
td.TdClassName
{
border-color: #919E65;
}
.TagClassName
{
border-color: #919E65;
}
</style>