Shades of Green Smoke #99A65D
Tints of Green Smoke #99A65D
RGB
CMYK
RGB Variations
Color information
#99A65D (or 0x99A65D) is known color: Green Smoke. HEX triplet: 99, A6 and 5D. RGB value is (153,166,93). Sum of RGB (Red+Green+Blue) = 153+166+93=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #99A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A65D is #6659A2. Grayscale: #9A9A9A. Windows color (decimal): -6707619 or 6137497. OLE color: 6137497.
HSL color Cylindrical-coordinate representation of color #99A65D: hue angle of 70.68º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99A65D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 93 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.35 |
| HSL | 70.68º | 0.29% | 0.51% | - |
| HSV(B) | 70.68º | 0.44% | 0.65% | - |
| XYZ | 28.75 | 34.84 | 15.56 | - |
| YUV | 153.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 93 | 0.08 | 0 | 0.44 | 0.35 | 70.68 | 0.29 | 0.51 |
| Hex | 99 | A6 | 5D | 8 | 0 | 2C | 23 | 47 | 1D | 33 |
| Octal | 231 | 246 | 135 | 10 | 0 | 54 | 43 | 107 | 35 | 63 |
| Binary | 10011001 | 10100110 | 1011101 | 1000 | 0 | 101100 | 100011 | 1000111 | 11101 | 110011 |
Color Harmonies of #99A65D
Complementary color
Monochromatic Colors of #99A65D
Black with #99A65D
Text Example
Text Example
White with #99A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A65D; }
p { color: rgb(153,166,93); }
H1.HeaderClassName
{
color: #99A65D;
}
.AnyTagClassName
{
color: #99A65D;
}
</style>
background-color css
<style>
a { background-color: #99A65D; }
a { background-color: rgb(153,166,93); }
div.DivClassName
{
background-color: #99A65D;
}
.BgClassName
{
background-color: #99A65D;
}
</style>
border-color css
<style>
span { border-color: #99A65D; }
span { border-color: rgb(153,166,93); }
td.TdClassName
{
border-color: #99A65D;
}
.TagClassName
{
border-color: #99A65D;
}
</style>