Shades of Green Smoke #99A15C
Tints of Green Smoke #99A15C
RGB
CMYK
RGB Variations
Color information
#99A15C (or 0x99A15C) is known color: Green Smoke. HEX triplet: 99, A1 and 5C. RGB value is (153,161,92). Sum of RGB (Red+Green+Blue) = 153+161+92=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #99A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A15C is #665EA3. Grayscale: #979797. Windows color (decimal): -6708900 or 6070681. OLE color: 6070681.
HSL color Cylindrical-coordinate representation of color #99A15C: hue angle of 66.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99A15C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 92 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.37 |
| HSL | 66.96º | 0.27% | 0.5% | - |
| HSV(B) | 66.96º | 0.43% | 0.63% | - |
| XYZ | 27.81 | 33.03 | 15.04 | - |
| YUV | 150.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 92 | 0.05 | 0 | 0.43 | 0.37 | 66.96 | 0.27 | 0.5 |
| Hex | 99 | A1 | 5C | 5 | 0 | 2B | 25 | 43 | 1B | 32 |
| Octal | 231 | 241 | 134 | 5 | 0 | 53 | 45 | 103 | 33 | 62 |
| Binary | 10011001 | 10100001 | 1011100 | 101 | 0 | 101011 | 100101 | 1000011 | 11011 | 110010 |
Color Harmonies of #99A15C
Complementary color
Monochromatic Colors of #99A15C
Black with #99A15C
Text Example
Text Example
White with #99A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A15C; }
p { color: rgb(153,161,92); }
H1.HeaderClassName
{
color: #99A15C;
}
.AnyTagClassName
{
color: #99A15C;
}
</style>
background-color css
<style>
a { background-color: #99A15C; }
a { background-color: rgb(153,161,92); }
div.DivClassName
{
background-color: #99A15C;
}
.BgClassName
{
background-color: #99A15C;
}
</style>
border-color css
<style>
span { border-color: #99A15C; }
span { border-color: rgb(153,161,92); }
td.TdClassName
{
border-color: #99A15C;
}
.TagClassName
{
border-color: #99A15C;
}
</style>