Shades of Green Smoke #999C59
Tints of Green Smoke #999C59
RGB
CMYK
RGB Variations
Color information
#999C59 (or 0x999C59) is known color: Green Smoke. HEX triplet: 99, 9C and 59. RGB value is (153,156,89). Sum of RGB (Red+Green+Blue) = 153+156+89=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #999C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C59 is #6663A6. Grayscale: #939393. Windows color (decimal): -6710183 or 5872793. OLE color: 5872793.
HSL color Cylindrical-coordinate representation of color #999C59: hue angle of 62.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999C59 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 89 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.39 |
| HSL | 62.69º | 0.27% | 0.48% | - |
| HSV(B) | 62.69º | 0.43% | 0.61% | - |
| XYZ | 26.83 | 31.27 | 14.07 | - |
| YUV | 147.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 89 | 0.02 | 0 | 0.43 | 0.39 | 62.69 | 0.27 | 0.48 |
| Hex | 99 | 9C | 59 | 2 | 0 | 2B | 27 | 3F | 1B | 30 |
| Octal | 231 | 234 | 131 | 2 | 0 | 53 | 47 | 77 | 33 | 60 |
| Binary | 10011001 | 10011100 | 1011001 | 10 | 0 | 101011 | 100111 | 111111 | 11011 | 110000 |
Color Harmonies of #999C59
Complementary color
Monochromatic Colors of #999C59
Black with #999C59
Text Example
Text Example
White with #999C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C59; }
p { color: rgb(153,156,89); }
H1.HeaderClassName
{
color: #999C59;
}
.AnyTagClassName
{
color: #999C59;
}
</style>
background-color css
<style>
a { background-color: #999C59; }
a { background-color: rgb(153,156,89); }
div.DivClassName
{
background-color: #999C59;
}
.BgClassName
{
background-color: #999C59;
}
</style>
border-color css
<style>
span { border-color: #999C59; }
span { border-color: rgb(153,156,89); }
td.TdClassName
{
border-color: #999C59;
}
.TagClassName
{
border-color: #999C59;
}
</style>