Shades of Green Smoke #919C5F
Tints of Green Smoke #919C5F
RGB
CMYK
RGB Variations
Color information
#919C5F (or 0x919C5F) is known color: Green Smoke. HEX triplet: 91, 9C and 5F. RGB value is (145,156,95). Sum of RGB (Red+Green+Blue) = 145+156+95=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #919C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C5F is #6E63A0. Grayscale: #919191. Windows color (decimal): -7234465 or 6266001. OLE color: 6266001.
HSL color Cylindrical-coordinate representation of color #919C5F: hue angle of 70.82º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919C5F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 95 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.39 |
| HSL | 70.82º | 0.24% | 0.49% | - |
| HSV(B) | 70.82º | 0.39% | 0.61% | - |
| XYZ | 25.63 | 30.62 | 15.39 | - |
| YUV | 145.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 95 | 0.07 | 0 | 0.39 | 0.39 | 70.82 | 0.24 | 0.49 |
| Hex | 91 | 9C | 5F | 7 | 0 | 27 | 27 | 47 | 18 | 31 |
| Octal | 221 | 234 | 137 | 7 | 0 | 47 | 47 | 107 | 30 | 61 |
| Binary | 10010001 | 10011100 | 1011111 | 111 | 0 | 100111 | 100111 | 1000111 | 11000 | 110001 |
Color Harmonies of #919C5F
Complementary color
Monochromatic Colors of #919C5F
Black with #919C5F
Text Example
Text Example
White with #919C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C5F; }
p { color: rgb(145,156,95); }
H1.HeaderClassName
{
color: #919C5F;
}
.AnyTagClassName
{
color: #919C5F;
}
</style>
background-color css
<style>
a { background-color: #919C5F; }
a { background-color: rgb(145,156,95); }
div.DivClassName
{
background-color: #919C5F;
}
.BgClassName
{
background-color: #919C5F;
}
</style>
border-color css
<style>
span { border-color: #919C5F; }
span { border-color: rgb(145,156,95); }
td.TdClassName
{
border-color: #919C5F;
}
.TagClassName
{
border-color: #919C5F;
}
</style>