Shades of Green Smoke #99A062
Tints of Green Smoke #99A062
RGB
CMYK
RGB Variations
Color information
#99A062 (or 0x99A062) is known color: Green Smoke. HEX triplet: 99, A0 and 62. RGB value is (153,160,98). Sum of RGB (Red+Green+Blue) = 153+160+98=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #99A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A062 is #665F9D. Grayscale: #979797. Windows color (decimal): -6709150 or 6463641. OLE color: 6463641.
HSL color Cylindrical-coordinate representation of color #99A062: hue angle of 66.77º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A062 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 98 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.37 |
| HSL | 66.77º | 0.25% | 0.51% | - |
| HSV(B) | 66.77º | 0.39% | 0.63% | - |
| XYZ | 27.91 | 32.8 | 16.41 | - |
| YUV | 150.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 98 | 0.04 | 0 | 0.39 | 0.37 | 66.77 | 0.25 | 0.51 |
| Hex | 99 | A0 | 62 | 4 | 0 | 27 | 25 | 43 | 19 | 33 |
| Octal | 231 | 240 | 142 | 4 | 0 | 47 | 45 | 103 | 31 | 63 |
| Binary | 10011001 | 10100000 | 1100010 | 100 | 0 | 100111 | 100101 | 1000011 | 11001 | 110011 |
Color Harmonies of #99A062
Complementary color
Monochromatic Colors of #99A062
Black with #99A062
Text Example
Text Example
White with #99A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A062; }
p { color: rgb(153,160,98); }
H1.HeaderClassName
{
color: #99A062;
}
.AnyTagClassName
{
color: #99A062;
}
</style>
background-color css
<style>
a { background-color: #99A062; }
a { background-color: rgb(153,160,98); }
div.DivClassName
{
background-color: #99A062;
}
.BgClassName
{
background-color: #99A062;
}
</style>
border-color css
<style>
span { border-color: #99A062; }
span { border-color: rgb(153,160,98); }
td.TdClassName
{
border-color: #99A062;
}
.TagClassName
{
border-color: #99A062;
}
</style>