Shades of Green Smoke #909A50
Tints of Green Smoke #909A50
RGB
CMYK
RGB Variations
Color information
#909A50 (or 0x909A50) is known color: Green Smoke. HEX triplet: 90, 9A and 50. RGB value is (144,154,80). Sum of RGB (Red+Green+Blue) = 144+154+80=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #909A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A50 is #6F65AF. Grayscale: #8E8E8E. Windows color (decimal): -7300528 or 5282448. OLE color: 5282448.
HSL color Cylindrical-coordinate representation of color #909A50: hue angle of 68.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #909A50 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 80 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.40 |
| HSL | 68.11º | 0.32% | 0.46% | - |
| HSV(B) | 68.11º | 0.48% | 0.6% | - |
| XYZ | 24.51 | 29.62 | 12.02 | - |
| YUV | 142.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 80 | 0.06 | 0 | 0.48 | 0.40 | 68.11 | 0.32 | 0.46 |
| Hex | 90 | 9A | 50 | 6 | 0 | 30 | 28 | 44 | 20 | 2E |
| Octal | 220 | 232 | 120 | 6 | 0 | 60 | 50 | 104 | 40 | 56 |
| Binary | 10010000 | 10011010 | 1010000 | 110 | 0 | 110000 | 101000 | 1000100 | 100000 | 101110 |
Color Harmonies of #909A50
Complementary color
Monochromatic Colors of #909A50
Black with #909A50
Text Example
Text Example
White with #909A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A50; }
p { color: rgb(144,154,80); }
H1.HeaderClassName
{
color: #909A50;
}
.AnyTagClassName
{
color: #909A50;
}
</style>
background-color css
<style>
a { background-color: #909A50; }
a { background-color: rgb(144,154,80); }
div.DivClassName
{
background-color: #909A50;
}
.BgClassName
{
background-color: #909A50;
}
</style>
border-color css
<style>
span { border-color: #909A50; }
span { border-color: rgb(144,154,80); }
td.TdClassName
{
border-color: #909A50;
}
.TagClassName
{
border-color: #909A50;
}
</style>