Shades of Green Smoke #999E5C
Tints of Green Smoke #999E5C
RGB
CMYK
RGB Variations
Color information
#999E5C (or 0x999E5C) is known color: Green Smoke. HEX triplet: 99, 9E and 5C. RGB value is (153,158,92). Sum of RGB (Red+Green+Blue) = 153+158+92=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #999E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E5C is #6661A3. Grayscale: #959595. Windows color (decimal): -6709668 or 6069913. OLE color: 6069913.
HSL color Cylindrical-coordinate representation of color #999E5C: hue angle of 64.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999E5C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 92 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.38 |
| HSL | 64.55º | 0.26% | 0.49% | - |
| HSV(B) | 64.55º | 0.42% | 0.62% | - |
| XYZ | 27.3 | 32 | 14.86 | - |
| YUV | 148.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 92 | 0.03 | 0 | 0.42 | 0.38 | 64.55 | 0.26 | 0.49 |
| Hex | 99 | 9E | 5C | 3 | 0 | 2A | 26 | 41 | 1A | 31 |
| Octal | 231 | 236 | 134 | 3 | 0 | 52 | 46 | 101 | 32 | 61 |
| Binary | 10011001 | 10011110 | 1011100 | 11 | 0 | 101010 | 100110 | 1000001 | 11010 | 110001 |
Color Harmonies of #999E5C
Complementary color
Monochromatic Colors of #999E5C
Black with #999E5C
Text Example
Text Example
White with #999E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E5C; }
p { color: rgb(153,158,92); }
H1.HeaderClassName
{
color: #999E5C;
}
.AnyTagClassName
{
color: #999E5C;
}
</style>
background-color css
<style>
a { background-color: #999E5C; }
a { background-color: rgb(153,158,92); }
div.DivClassName
{
background-color: #999E5C;
}
.BgClassName
{
background-color: #999E5C;
}
</style>
border-color css
<style>
span { border-color: #999E5C; }
span { border-color: rgb(153,158,92); }
td.TdClassName
{
border-color: #999E5C;
}
.TagClassName
{
border-color: #999E5C;
}
</style>