Shades of Green Smoke #909953
Tints of Green Smoke #909953
RGB
CMYK
RGB Variations
Color information
#909953 (or 0x909953) is known color: Green Smoke. HEX triplet: 90, 99 and 53. RGB value is (144,153,83). Sum of RGB (Red+Green+Blue) = 144+153+83=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #909953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909953 is #6F66AC. Grayscale: #8E8E8E. Windows color (decimal): -7300781 or 5478800. OLE color: 5478800.
HSL color Cylindrical-coordinate representation of color #909953: hue angle of 67.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #909953 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 83 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.4 |
| HSL | 67.71º | 0.3% | 0.46% | - |
| HSV(B) | 67.71º | 0.46% | 0.6% | - |
| XYZ | 24.45 | 29.34 | 12.56 | - |
| YUV | 142.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 83 | 0.06 | 0 | 0.46 | 0.4 | 67.71 | 0.3 | 0.46 |
| Hex | 90 | 99 | 53 | 6 | 0 | 2E | 28 | 44 | 1E | 2E |
| Octal | 220 | 231 | 123 | 6 | 0 | 56 | 50 | 104 | 36 | 56 |
| Binary | 10010000 | 10011001 | 1010011 | 110 | 0 | 101110 | 101000 | 1000100 | 11110 | 101110 |
Color Harmonies of #909953
Complementary color
Monochromatic Colors of #909953
Black with #909953
Text Example
Text Example
White with #909953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909953; }
p { color: rgb(144,153,83); }
H1.HeaderClassName
{
color: #909953;
}
.AnyTagClassName
{
color: #909953;
}
</style>
background-color css
<style>
a { background-color: #909953; }
a { background-color: rgb(144,153,83); }
div.DivClassName
{
background-color: #909953;
}
.BgClassName
{
background-color: #909953;
}
</style>
border-color css
<style>
span { border-color: #909953; }
span { border-color: rgb(144,153,83); }
td.TdClassName
{
border-color: #909953;
}
.TagClassName
{
border-color: #909953;
}
</style>