Shades of Green Smoke #99A566
Tints of Green Smoke #99A566
RGB
CMYK
RGB Variations
Color information
#99A566 (or 0x99A566) is known color: Green Smoke. HEX triplet: 99, A5 and 66. RGB value is (153,165,102). Sum of RGB (Red+Green+Blue) = 153+165+102=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #99A566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A566 is #665A99. Grayscale: #9A9A9A. Windows color (decimal): -6707866 or 6727065. OLE color: 6727065.
HSL color Cylindrical-coordinate representation of color #99A566: hue angle of 71.43º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99A566 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 102 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.35 |
| HSL | 71.43º | 0.26% | 0.52% | - |
| HSV(B) | 71.43º | 0.38% | 0.65% | - |
| XYZ | 28.99 | 34.64 | 17.73 | - |
| YUV | 154.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 102 | 0.07 | 0 | 0.38 | 0.35 | 71.43 | 0.26 | 0.52 |
| Hex | 99 | A5 | 66 | 7 | 0 | 26 | 23 | 47 | 1A | 34 |
| Octal | 231 | 245 | 146 | 7 | 0 | 46 | 43 | 107 | 32 | 64 |
| Binary | 10011001 | 10100101 | 1100110 | 111 | 0 | 100110 | 100011 | 1000111 | 11010 | 110100 |
Color Harmonies of #99A566
Complementary color
Monochromatic Colors of #99A566
Black with #99A566
Text Example
Text Example
White with #99A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A566; }
p { color: rgb(153,165,102); }
H1.HeaderClassName
{
color: #99A566;
}
.AnyTagClassName
{
color: #99A566;
}
</style>
background-color css
<style>
a { background-color: #99A566; }
a { background-color: rgb(153,165,102); }
div.DivClassName
{
background-color: #99A566;
}
.BgClassName
{
background-color: #99A566;
}
</style>
border-color css
<style>
span { border-color: #99A566; }
span { border-color: rgb(153,165,102); }
td.TdClassName
{
border-color: #99A566;
}
.TagClassName
{
border-color: #99A566;
}
</style>