Shades of Green Smoke #99A061
Tints of Green Smoke #99A061
RGB
CMYK
RGB Variations
Color information
#99A061 (or 0x99A061) is known color: Green Smoke. HEX triplet: 99, A0 and 61. RGB value is (153,160,97). Sum of RGB (Red+Green+Blue) = 153+160+97=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #99A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A061 is #665F9E. Grayscale: #969696. Windows color (decimal): -6709151 or 6398105. OLE color: 6398105.
HSL color Cylindrical-coordinate representation of color #99A061: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A061 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 97 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.37 |
| HSL | 66.67º | 0.25% | 0.5% | - |
| HSV(B) | 66.67º | 0.39% | 0.63% | - |
| XYZ | 27.87 | 32.78 | 16.17 | - |
| YUV | 150.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 97 | 0.04 | 0 | 0.39 | 0.37 | 66.67 | 0.25 | 0.5 |
| Hex | 99 | A0 | 61 | 4 | 0 | 27 | 25 | 43 | 19 | 32 |
| Octal | 231 | 240 | 141 | 4 | 0 | 47 | 45 | 103 | 31 | 62 |
| Binary | 10011001 | 10100000 | 1100001 | 100 | 0 | 100111 | 100101 | 1000011 | 11001 | 110010 |
Color Harmonies of #99A061
Complementary color
Monochromatic Colors of #99A061
Black with #99A061
Text Example
Text Example
White with #99A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A061; }
p { color: rgb(153,160,97); }
H1.HeaderClassName
{
color: #99A061;
}
.AnyTagClassName
{
color: #99A061;
}
</style>
background-color css
<style>
a { background-color: #99A061; }
a { background-color: rgb(153,160,97); }
div.DivClassName
{
background-color: #99A061;
}
.BgClassName
{
background-color: #99A061;
}
</style>
border-color css
<style>
span { border-color: #99A061; }
span { border-color: rgb(153,160,97); }
td.TdClassName
{
border-color: #99A061;
}
.TagClassName
{
border-color: #99A061;
}
</style>