Shades of Green Smoke #8F9F5B
Tints of Green Smoke #8F9F5B
RGB
CMYK
RGB Variations
Color information
#8F9F5B (or 0x8F9F5B) is known color: Green Smoke. HEX triplet: 8F, 9F and 5B. RGB value is (143,159,91). Sum of RGB (Red+Green+Blue) = 143+159+91=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F5B is #7060A4. Grayscale: #929292. Windows color (decimal): -7364773 or 6004623. OLE color: 6004623.
HSL color Cylindrical-coordinate representation of color #8F9F5B: hue angle of 74.12º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9F5B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 159 | 91 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.38 |
| HSL | 74.12º | 0.27% | 0.49% | - |
| HSV(B) | 74.12º | 0.43% | 0.62% | - |
| XYZ | 25.61 | 31.39 | 14.61 | - |
| YUV | 146.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 91 | 0.10 | 0 | 0.43 | 0.38 | 74.12 | 0.27 | 0.49 |
| Hex | 8F | 9F | 5B | A | 0 | 2B | 26 | 4A | 1B | 31 |
| Octal | 217 | 237 | 133 | 12 | 0 | 53 | 46 | 112 | 33 | 61 |
| Binary | 10001111 | 10011111 | 1011011 | 1010 | 0 | 101011 | 100110 | 1001010 | 11011 | 110001 |
Color Harmonies of #8F9F5B
Complementary color
Monochromatic Colors of #8F9F5B
Black with #8F9F5B
Text Example
Text Example
White with #8F9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F5B; }
p { color: rgb(143,159,91); }
H1.HeaderClassName
{
color: #8F9F5B;
}
.AnyTagClassName
{
color: #8F9F5B;
}
</style>
background-color css
<style>
a { background-color: #8F9F5B; }
a { background-color: rgb(143,159,91); }
div.DivClassName
{
background-color: #8F9F5B;
}
.BgClassName
{
background-color: #8F9F5B;
}
</style>
border-color css
<style>
span { border-color: #8F9F5B; }
span { border-color: rgb(143,159,91); }
td.TdClassName
{
border-color: #8F9F5B;
}
.TagClassName
{
border-color: #8F9F5B;
}
</style>