Shades of Green Smoke #8F9D5A
Tints of Green Smoke #8F9D5A
RGB
CMYK
RGB Variations
Color information
#8F9D5A (or 0x8F9D5A) is known color: Green Smoke. HEX triplet: 8F, 9D and 5A. RGB value is (143,157,90). Sum of RGB (Red+Green+Blue) = 143+157+90=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D5A is #7062A5. Grayscale: #919191. Windows color (decimal): -7365286 or 5938575. OLE color: 5938575.
HSL color Cylindrical-coordinate representation of color #8F9D5A: hue angle of 72.54º degrees, saturation: 0.27, 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 #8F9D5A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 90 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.38 |
| HSL | 72.54º | 0.27% | 0.48% | - |
| HSV(B) | 72.54º | 0.43% | 0.62% | - |
| XYZ | 25.23 | 30.69 | 14.27 | - |
| YUV | 145.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 90 | 0.09 | 0 | 0.43 | 0.38 | 72.54 | 0.27 | 0.48 |
| Hex | 8F | 9D | 5A | 9 | 0 | 2B | 26 | 49 | 1B | 30 |
| Octal | 217 | 235 | 132 | 11 | 0 | 53 | 46 | 111 | 33 | 60 |
| Binary | 10001111 | 10011101 | 1011010 | 1001 | 0 | 101011 | 100110 | 1001001 | 11011 | 110000 |
Color Harmonies of #8F9D5A
Complementary color
Monochromatic Colors of #8F9D5A
Black with #8F9D5A
Text Example
Text Example
White with #8F9D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D5A; }
p { color: rgb(143,157,90); }
H1.HeaderClassName
{
color: #8F9D5A;
}
.AnyTagClassName
{
color: #8F9D5A;
}
</style>
background-color css
<style>
a { background-color: #8F9D5A; }
a { background-color: rgb(143,157,90); }
div.DivClassName
{
background-color: #8F9D5A;
}
.BgClassName
{
background-color: #8F9D5A;
}
</style>
border-color css
<style>
span { border-color: #8F9D5A; }
span { border-color: rgb(143,157,90); }
td.TdClassName
{
border-color: #8F9D5A;
}
.TagClassName
{
border-color: #8F9D5A;
}
</style>