Shades of Green Smoke #999D5A
Tints of Green Smoke #999D5A
RGB
CMYK
RGB Variations
Color information
#999D5A (or 0x999D5A) is known color: Green Smoke. HEX triplet: 99, 9D and 5A. RGB value is (153,157,90). Sum of RGB (Red+Green+Blue) = 153+157+90=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #999D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D5A is #6662A5. Grayscale: #949494. Windows color (decimal): -6709926 or 5938585. OLE color: 5938585.
HSL color Cylindrical-coordinate representation of color #999D5A: hue angle of 63.58º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999D5A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 90 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.38 |
| HSL | 63.58º | 0.27% | 0.48% | - |
| HSV(B) | 63.58º | 0.43% | 0.62% | - |
| XYZ | 27.04 | 31.62 | 14.35 | - |
| YUV | 148.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 90 | 0.03 | 0 | 0.43 | 0.38 | 63.58 | 0.27 | 0.48 |
| Hex | 99 | 9D | 5A | 3 | 0 | 2B | 26 | 40 | 1B | 30 |
| Octal | 231 | 235 | 132 | 3 | 0 | 53 | 46 | 100 | 33 | 60 |
| Binary | 10011001 | 10011101 | 1011010 | 11 | 0 | 101011 | 100110 | 1000000 | 11011 | 110000 |
Color Harmonies of #999D5A
Complementary color
Monochromatic Colors of #999D5A
Black with #999D5A
Text Example
Text Example
White with #999D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D5A; }
p { color: rgb(153,157,90); }
H1.HeaderClassName
{
color: #999D5A;
}
.AnyTagClassName
{
color: #999D5A;
}
</style>
background-color css
<style>
a { background-color: #999D5A; }
a { background-color: rgb(153,157,90); }
div.DivClassName
{
background-color: #999D5A;
}
.BgClassName
{
background-color: #999D5A;
}
</style>
border-color css
<style>
span { border-color: #999D5A; }
span { border-color: rgb(153,157,90); }
td.TdClassName
{
border-color: #999D5A;
}
.TagClassName
{
border-color: #999D5A;
}
</style>