Shades of Green Smoke #8F9B53
Tints of Green Smoke #8F9B53
RGB
CMYK
RGB Variations
Color information
#8F9B53 (or 0x8F9B53) is known color: Green Smoke. HEX triplet: 8F, 9B and 53. RGB value is (143,155,83). Sum of RGB (Red+Green+Blue) = 143+155+83=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B53 is #7064AC. Grayscale: #8F8F8F. Windows color (decimal): -7365805 or 5479311. OLE color: 5479311.
HSL color Cylindrical-coordinate representation of color #8F9B53: hue angle of 70º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F9B53 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 83 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.39 |
| HSL | 70º | 0.3% | 0.47% | - |
| HSV(B) | 70º | 0.46% | 0.61% | - |
| XYZ | 24.61 | 29.91 | 12.66 | - |
| YUV | 143.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 83 | 0.08 | 0 | 0.46 | 0.39 | 70 | 0.3 | 0.47 |
| Hex | 8F | 9B | 53 | 8 | 0 | 2E | 27 | 46 | 1E | 2F |
| Octal | 217 | 233 | 123 | 10 | 0 | 56 | 47 | 106 | 36 | 57 |
| Binary | 10001111 | 10011011 | 1010011 | 1000 | 0 | 101110 | 100111 | 1000110 | 11110 | 101111 |
Color Harmonies of #8F9B53
Complementary color
Monochromatic Colors of #8F9B53
Black with #8F9B53
Text Example
Text Example
White with #8F9B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B53; }
p { color: rgb(143,155,83); }
H1.HeaderClassName
{
color: #8F9B53;
}
.AnyTagClassName
{
color: #8F9B53;
}
</style>
background-color css
<style>
a { background-color: #8F9B53; }
a { background-color: rgb(143,155,83); }
div.DivClassName
{
background-color: #8F9B53;
}
.BgClassName
{
background-color: #8F9B53;
}
</style>
border-color css
<style>
span { border-color: #8F9B53; }
span { border-color: rgb(143,155,83); }
td.TdClassName
{
border-color: #8F9B53;
}
.TagClassName
{
border-color: #8F9B53;
}
</style>