Shades of Green Smoke #8F9D5D
Tints of Green Smoke #8F9D5D
RGB
CMYK
RGB Variations
Color information
#8F9D5D (or 0x8F9D5D) is known color: Green Smoke. HEX triplet: 8F, 9D and 5D. RGB value is (143,157,93). Sum of RGB (Red+Green+Blue) = 143+157+93=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D5D is #7062A2. Grayscale: #919191. Windows color (decimal): -7365283 or 6135183. OLE color: 6135183.
HSL color Cylindrical-coordinate representation of color #8F9D5D: hue angle of 73.12º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F9D5D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 93 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.38 |
| HSL | 73.13º | 0.26% | 0.49% | - |
| HSV(B) | 73.13º | 0.41% | 0.62% | - |
| XYZ | 25.36 | 30.74 | 14.95 | - |
| YUV | 145.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 93 | 0.09 | 0 | 0.41 | 0.38 | 73.13 | 0.26 | 0.49 |
| Hex | 8F | 9D | 5D | 9 | 0 | 29 | 26 | 49 | 1A | 31 |
| Octal | 217 | 235 | 135 | 11 | 0 | 51 | 46 | 111 | 32 | 61 |
| Binary | 10001111 | 10011101 | 1011101 | 1001 | 0 | 101001 | 100110 | 1001001 | 11010 | 110001 |
Color Harmonies of #8F9D5D
Complementary color
Monochromatic Colors of #8F9D5D
Black with #8F9D5D
Text Example
Text Example
White with #8F9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D5D; }
p { color: rgb(143,157,93); }
H1.HeaderClassName
{
color: #8F9D5D;
}
.AnyTagClassName
{
color: #8F9D5D;
}
</style>
background-color css
<style>
a { background-color: #8F9D5D; }
a { background-color: rgb(143,157,93); }
div.DivClassName
{
background-color: #8F9D5D;
}
.BgClassName
{
background-color: #8F9D5D;
}
</style>
border-color css
<style>
span { border-color: #8F9D5D; }
span { border-color: rgb(143,157,93); }
td.TdClassName
{
border-color: #8F9D5D;
}
.TagClassName
{
border-color: #8F9D5D;
}
</style>