Shades of Green Smoke #99A565
Tints of Green Smoke #99A565
RGB
CMYK
RGB Variations
Color information
#99A565 (or 0x99A565) is known color: Green Smoke. HEX triplet: 99, A5 and 65. RGB value is (153,165,101). Sum of RGB (Red+Green+Blue) = 153+165+101=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #99A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A565 is #665A9A. Grayscale: #9A9A9A. Windows color (decimal): -6707867 or 6661529. OLE color: 6661529.
HSL color Cylindrical-coordinate representation of color #99A565: hue angle of 71.25º degrees, saturation: 0.26, 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 #99A565 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 101 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.35 |
| HSL | 71.25º | 0.26% | 0.52% | - |
| HSV(B) | 71.25º | 0.39% | 0.65% | - |
| XYZ | 28.94 | 34.62 | 17.47 | - |
| YUV | 154.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 101 | 0.07 | 0 | 0.39 | 0.35 | 71.25 | 0.26 | 0.52 |
| Hex | 99 | A5 | 65 | 7 | 0 | 27 | 23 | 47 | 1A | 34 |
| Octal | 231 | 245 | 145 | 7 | 0 | 47 | 43 | 107 | 32 | 64 |
| Binary | 10011001 | 10100101 | 1100101 | 111 | 0 | 100111 | 100011 | 1000111 | 11010 | 110100 |
Color Harmonies of #99A565
Complementary color
Monochromatic Colors of #99A565
Black with #99A565
Text Example
Text Example
White with #99A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A565; }
p { color: rgb(153,165,101); }
H1.HeaderClassName
{
color: #99A565;
}
.AnyTagClassName
{
color: #99A565;
}
</style>
background-color css
<style>
a { background-color: #99A565; }
a { background-color: rgb(153,165,101); }
div.DivClassName
{
background-color: #99A565;
}
.BgClassName
{
background-color: #99A565;
}
</style>
border-color css
<style>
span { border-color: #99A565; }
span { border-color: rgb(153,165,101); }
td.TdClassName
{
border-color: #99A565;
}
.TagClassName
{
border-color: #99A565;
}
</style>