Shades of Green Smoke #919953
Tints of Green Smoke #919953
RGB
CMYK
RGB Variations
Color information
#919953 (or 0x919953) is known color: Green Smoke. HEX triplet: 91, 99 and 53. RGB value is (145,153,83). Sum of RGB (Red+Green+Blue) = 145+153+83=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #919953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919953 is #6E66AC. Grayscale: #8E8E8E. Windows color (decimal): -7235245 or 5478801. OLE color: 5478801.
HSL color Cylindrical-coordinate representation of color #919953: hue angle of 66.86º 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 #919953 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 83 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.4 |
| HSL | 66.86º | 0.3% | 0.46% | - |
| HSV(B) | 66.86º | 0.46% | 0.6% | - |
| XYZ | 24.63 | 29.43 | 12.57 | - |
| YUV | 142.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 83 | 0.05 | 0 | 0.46 | 0.4 | 66.86 | 0.3 | 0.46 |
| Hex | 91 | 99 | 53 | 5 | 0 | 2E | 28 | 43 | 1E | 2E |
| Octal | 221 | 231 | 123 | 5 | 0 | 56 | 50 | 103 | 36 | 56 |
| Binary | 10010001 | 10011001 | 1010011 | 101 | 0 | 101110 | 101000 | 1000011 | 11110 | 101110 |
Color Harmonies of #919953
Complementary color
Monochromatic Colors of #919953
Black with #919953
Text Example
Text Example
White with #919953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919953; }
p { color: rgb(145,153,83); }
H1.HeaderClassName
{
color: #919953;
}
.AnyTagClassName
{
color: #919953;
}
</style>
background-color css
<style>
a { background-color: #919953; }
a { background-color: rgb(145,153,83); }
div.DivClassName
{
background-color: #919953;
}
.BgClassName
{
background-color: #919953;
}
</style>
border-color css
<style>
span { border-color: #919953; }
span { border-color: rgb(145,153,83); }
td.TdClassName
{
border-color: #919953;
}
.TagClassName
{
border-color: #919953;
}
</style>