Shades of Green Smoke #919F5F
Tints of Green Smoke #919F5F
RGB
CMYK
RGB Variations
Color information
#919F5F (or 0x919F5F) is known color: Green Smoke. HEX triplet: 91, 9F and 5F. RGB value is (145,159,95). Sum of RGB (Red+Green+Blue) = 145+159+95=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #919F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F5F is #6E60A0. Grayscale: #939393. Windows color (decimal): -7233697 or 6266769. OLE color: 6266769.
HSL color Cylindrical-coordinate representation of color #919F5F: hue angle of 73.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919F5F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 95 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.38 |
| HSL | 73.13º | 0.25% | 0.5% | - |
| HSV(B) | 73.13º | 0.4% | 0.62% | - |
| XYZ | 26.14 | 31.64 | 15.56 | - |
| YUV | 147.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 95 | 0.09 | 0 | 0.40 | 0.38 | 73.13 | 0.25 | 0.5 |
| Hex | 91 | 9F | 5F | 9 | 0 | 28 | 26 | 49 | 19 | 32 |
| Octal | 221 | 237 | 137 | 11 | 0 | 50 | 46 | 111 | 31 | 62 |
| Binary | 10010001 | 10011111 | 1011111 | 1001 | 0 | 101000 | 100110 | 1001001 | 11001 | 110010 |
Color Harmonies of #919F5F
Complementary color
Monochromatic Colors of #919F5F
Black with #919F5F
Text Example
Text Example
White with #919F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F5F; }
p { color: rgb(145,159,95); }
H1.HeaderClassName
{
color: #919F5F;
}
.AnyTagClassName
{
color: #919F5F;
}
</style>
background-color css
<style>
a { background-color: #919F5F; }
a { background-color: rgb(145,159,95); }
div.DivClassName
{
background-color: #919F5F;
}
.BgClassName
{
background-color: #919F5F;
}
</style>
border-color css
<style>
span { border-color: #919F5F; }
span { border-color: rgb(145,159,95); }
td.TdClassName
{
border-color: #919F5F;
}
.TagClassName
{
border-color: #919F5F;
}
</style>