Shades of Green Smoke #99A564
Tints of Green Smoke #99A564
RGB
CMYK
RGB Variations
Color information
#99A564 (or 0x99A564) is known color: Green Smoke. HEX triplet: 99, A5 and 64. RGB value is (153,165,100). Sum of RGB (Red+Green+Blue) = 153+165+100=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #99A564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A564 is #665A9B. Grayscale: #9A9A9A. Windows color (decimal): -6707868 or 6595993. OLE color: 6595993.
HSL color Cylindrical-coordinate representation of color #99A564: hue angle of 71.08º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A564 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 100 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.35 |
| HSL | 71.08º | 0.27% | 0.52% | - |
| HSV(B) | 71.08º | 0.39% | 0.65% | - |
| XYZ | 28.89 | 34.6 | 17.21 | - |
| YUV | 154 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 100 | 0.07 | 0 | 0.39 | 0.35 | 71.08 | 0.27 | 0.52 |
| Hex | 99 | A5 | 64 | 7 | 0 | 27 | 23 | 47 | 1B | 34 |
| Octal | 231 | 245 | 144 | 7 | 0 | 47 | 43 | 107 | 33 | 64 |
| Binary | 10011001 | 10100101 | 1100100 | 111 | 0 | 100111 | 100011 | 1000111 | 11011 | 110100 |
Color Harmonies of #99A564
Complementary color
Monochromatic Colors of #99A564
Black with #99A564
Text Example
Text Example
White with #99A564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A564; }
p { color: rgb(153,165,100); }
H1.HeaderClassName
{
color: #99A564;
}
.AnyTagClassName
{
color: #99A564;
}
</style>
background-color css
<style>
a { background-color: #99A564; }
a { background-color: rgb(153,165,100); }
div.DivClassName
{
background-color: #99A564;
}
.BgClassName
{
background-color: #99A564;
}
</style>
border-color css
<style>
span { border-color: #99A564; }
span { border-color: rgb(153,165,100); }
td.TdClassName
{
border-color: #99A564;
}
.TagClassName
{
border-color: #99A564;
}
</style>