Shades of Green Smoke #919D62
Tints of Green Smoke #919D62
RGB
CMYK
RGB Variations
Color information
#919D62 (or 0x919D62) is known color: Green Smoke. HEX triplet: 91, 9D and 62. RGB value is (145,157,98). Sum of RGB (Red+Green+Blue) = 145+157+98=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #919D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D62 is #6E629D. Grayscale: #929292. Windows color (decimal): -7234206 or 6462865. OLE color: 6462865.
HSL color Cylindrical-coordinate representation of color #919D62: hue angle of 72.2º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919D62 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 98 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.38 |
| HSL | 72.2º | 0.23% | 0.5% | - |
| HSV(B) | 72.2º | 0.38% | 0.62% | - |
| XYZ | 25.94 | 31.02 | 16.17 | - |
| YUV | 146.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 98 | 0.08 | 0 | 0.38 | 0.38 | 72.2 | 0.23 | 0.5 |
| Hex | 91 | 9D | 62 | 8 | 0 | 26 | 26 | 48 | 17 | 32 |
| Octal | 221 | 235 | 142 | 10 | 0 | 46 | 46 | 110 | 27 | 62 |
| Binary | 10010001 | 10011101 | 1100010 | 1000 | 0 | 100110 | 100110 | 1001000 | 10111 | 110010 |
Color Harmonies of #919D62
Complementary color
Monochromatic Colors of #919D62
Black with #919D62
Text Example
Text Example
White with #919D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D62; }
p { color: rgb(145,157,98); }
H1.HeaderClassName
{
color: #919D62;
}
.AnyTagClassName
{
color: #919D62;
}
</style>
background-color css
<style>
a { background-color: #919D62; }
a { background-color: rgb(145,157,98); }
div.DivClassName
{
background-color: #919D62;
}
.BgClassName
{
background-color: #919D62;
}
</style>
border-color css
<style>
span { border-color: #919D62; }
span { border-color: rgb(145,157,98); }
td.TdClassName
{
border-color: #919D62;
}
.TagClassName
{
border-color: #919D62;
}
</style>