Shades of Green Smoke #999F5C
Tints of Green Smoke #999F5C
RGB
CMYK
RGB Variations
Color information
#999F5C (or 0x999F5C) is known color: Green Smoke. HEX triplet: 99, 9F and 5C. RGB value is (153,159,92). Sum of RGB (Red+Green+Blue) = 153+159+92=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #999F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F5C is #6660A3. Grayscale: #959595. Windows color (decimal): -6709412 or 6070169. OLE color: 6070169.
HSL color Cylindrical-coordinate representation of color #999F5C: hue angle of 65.37º degrees, saturation: 0.27, 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 #999F5C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 92 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.38 |
| HSL | 65.37º | 0.27% | 0.49% | - |
| HSV(B) | 65.37º | 0.42% | 0.62% | - |
| XYZ | 27.47 | 32.34 | 14.92 | - |
| YUV | 149.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 92 | 0.04 | 0 | 0.42 | 0.38 | 65.37 | 0.27 | 0.49 |
| Hex | 99 | 9F | 5C | 4 | 0 | 2A | 26 | 41 | 1B | 31 |
| Octal | 231 | 237 | 134 | 4 | 0 | 52 | 46 | 101 | 33 | 61 |
| Binary | 10011001 | 10011111 | 1011100 | 100 | 0 | 101010 | 100110 | 1000001 | 11011 | 110001 |
Color Harmonies of #999F5C
Complementary color
Monochromatic Colors of #999F5C
Black with #999F5C
Text Example
Text Example
White with #999F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F5C; }
p { color: rgb(153,159,92); }
H1.HeaderClassName
{
color: #999F5C;
}
.AnyTagClassName
{
color: #999F5C;
}
</style>
background-color css
<style>
a { background-color: #999F5C; }
a { background-color: rgb(153,159,92); }
div.DivClassName
{
background-color: #999F5C;
}
.BgClassName
{
background-color: #999F5C;
}
</style>
border-color css
<style>
span { border-color: #999F5C; }
span { border-color: rgb(153,159,92); }
td.TdClassName
{
border-color: #999F5C;
}
.TagClassName
{
border-color: #999F5C;
}
</style>