Shades of Green Smoke #99A364
Tints of Green Smoke #99A364
RGB
CMYK
RGB Variations
Color information
#99A364 (or 0x99A364) is known color: Green Smoke. HEX triplet: 99, A3 and 64. RGB value is (153,163,100). Sum of RGB (Red+Green+Blue) = 153+163+100=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #99A364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A364 is #665C9B. Grayscale: #999999. Windows color (decimal): -6708380 or 6595481. OLE color: 6595481.
HSL color Cylindrical-coordinate representation of color #99A364: hue angle of 69.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A364 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 100 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.36 |
| HSL | 69.52º | 0.26% | 0.52% | - |
| HSV(B) | 69.52º | 0.39% | 0.64% | - |
| XYZ | 28.53 | 33.89 | 17.09 | - |
| YUV | 152.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 100 | 0.06 | 0 | 0.39 | 0.36 | 69.52 | 0.26 | 0.52 |
| Hex | 99 | A3 | 64 | 6 | 0 | 27 | 24 | 46 | 1A | 34 |
| Octal | 231 | 243 | 144 | 6 | 0 | 47 | 44 | 106 | 32 | 64 |
| Binary | 10011001 | 10100011 | 1100100 | 110 | 0 | 100111 | 100100 | 1000110 | 11010 | 110100 |
Color Harmonies of #99A364
Complementary color
Monochromatic Colors of #99A364
Black with #99A364
Text Example
Text Example
White with #99A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A364; }
p { color: rgb(153,163,100); }
H1.HeaderClassName
{
color: #99A364;
}
.AnyTagClassName
{
color: #99A364;
}
</style>
background-color css
<style>
a { background-color: #99A364; }
a { background-color: rgb(153,163,100); }
div.DivClassName
{
background-color: #99A364;
}
.BgClassName
{
background-color: #99A364;
}
</style>
border-color css
<style>
span { border-color: #99A364; }
span { border-color: rgb(153,163,100); }
td.TdClassName
{
border-color: #99A364;
}
.TagClassName
{
border-color: #99A364;
}
</style>