Shades of Green Smoke #919A50
Tints of Green Smoke #919A50
RGB
CMYK
RGB Variations
Color information
#919A50 (or 0x919A50) is known color: Green Smoke. HEX triplet: 91, 9A and 50. RGB value is (145,154,80). Sum of RGB (Red+Green+Blue) = 145+154+80=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #919A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A50 is #6E65AF. Grayscale: #8F8F8F. Windows color (decimal): -7234992 or 5282449. OLE color: 5282449.
HSL color Cylindrical-coordinate representation of color #919A50: hue angle of 67.3º 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 #919A50 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 80 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.40 |
| HSL | 67.3º | 0.32% | 0.46% | - |
| HSV(B) | 67.3º | 0.48% | 0.6% | - |
| XYZ | 24.68 | 29.71 | 12.02 | - |
| YUV | 142.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 80 | 0.06 | 0 | 0.48 | 0.40 | 67.3 | 0.32 | 0.46 |
| Hex | 91 | 9A | 50 | 6 | 0 | 30 | 28 | 43 | 20 | 2E |
| Octal | 221 | 232 | 120 | 6 | 0 | 60 | 50 | 103 | 40 | 56 |
| Binary | 10010001 | 10011010 | 1010000 | 110 | 0 | 110000 | 101000 | 1000011 | 100000 | 101110 |
Color Harmonies of #919A50
Complementary color
Monochromatic Colors of #919A50
Black with #919A50
Text Example
Text Example
White with #919A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A50; }
p { color: rgb(145,154,80); }
H1.HeaderClassName
{
color: #919A50;
}
.AnyTagClassName
{
color: #919A50;
}
</style>
background-color css
<style>
a { background-color: #919A50; }
a { background-color: rgb(145,154,80); }
div.DivClassName
{
background-color: #919A50;
}
.BgClassName
{
background-color: #919A50;
}
</style>
border-color css
<style>
span { border-color: #919A50; }
span { border-color: rgb(145,154,80); }
td.TdClassName
{
border-color: #919A50;
}
.TagClassName
{
border-color: #919A50;
}
</style>