Shades of Green Smoke #919D59
Tints of Green Smoke #919D59
RGB
CMYK
RGB Variations
Color information
#919D59 (or 0x919D59) is known color: Green Smoke. HEX triplet: 91, 9D and 59. RGB value is (145,157,89). Sum of RGB (Red+Green+Blue) = 145+157+89=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #919D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D59 is #6E62A6. Grayscale: #919191. Windows color (decimal): -7234215 or 5873041. OLE color: 5873041.
HSL color Cylindrical-coordinate representation of color #919D59: hue angle of 70.59º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919D59 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 89 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.38 |
| HSL | 70.59º | 0.28% | 0.48% | - |
| HSV(B) | 70.59º | 0.43% | 0.62% | - |
| XYZ | 25.54 | 30.85 | 14.06 | - |
| YUV | 145.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 89 | 0.08 | 0 | 0.43 | 0.38 | 70.59 | 0.28 | 0.48 |
| Hex | 91 | 9D | 59 | 8 | 0 | 2B | 26 | 47 | 1C | 30 |
| Octal | 221 | 235 | 131 | 10 | 0 | 53 | 46 | 107 | 34 | 60 |
| Binary | 10010001 | 10011101 | 1011001 | 1000 | 0 | 101011 | 100110 | 1000111 | 11100 | 110000 |
Color Harmonies of #919D59
Complementary color
Monochromatic Colors of #919D59
Black with #919D59
Text Example
Text Example
White with #919D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D59; }
p { color: rgb(145,157,89); }
H1.HeaderClassName
{
color: #919D59;
}
.AnyTagClassName
{
color: #919D59;
}
</style>
background-color css
<style>
a { background-color: #919D59; }
a { background-color: rgb(145,157,89); }
div.DivClassName
{
background-color: #919D59;
}
.BgClassName
{
background-color: #919D59;
}
</style>
border-color css
<style>
span { border-color: #919D59; }
span { border-color: rgb(145,157,89); }
td.TdClassName
{
border-color: #919D59;
}
.TagClassName
{
border-color: #919D59;
}
</style>