Shades of Green Smoke #99A569
Tints of Green Smoke #99A569
RGB
CMYK
RGB Variations
Color information
#99A569 (or 0x99A569) is known color: Green Smoke. HEX triplet: 99, A5 and 69. RGB value is (153,165,105). Sum of RGB (Red+Green+Blue) = 153+165+105=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #99A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A569 is #665A96. Grayscale: #9A9A9A. Windows color (decimal): -6707863 or 6923673. OLE color: 6923673.
HSL color Cylindrical-coordinate representation of color #99A569: hue angle of 72º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A569 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 105 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.35 |
| HSL | 72º | 0.25% | 0.53% | - |
| HSV(B) | 72º | 0.36% | 0.65% | - |
| XYZ | 29.14 | 34.7 | 18.53 | - |
| YUV | 154.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 105 | 0.07 | 0 | 0.36 | 0.35 | 72 | 0.25 | 0.53 |
| Hex | 99 | A5 | 69 | 7 | 0 | 24 | 23 | 48 | 19 | 35 |
| Octal | 231 | 245 | 151 | 7 | 0 | 44 | 43 | 110 | 31 | 65 |
| Binary | 10011001 | 10100101 | 1101001 | 111 | 0 | 100100 | 100011 | 1001000 | 11001 | 110101 |
Color Harmonies of #99A569
Complementary color
Monochromatic Colors of #99A569
Black with #99A569
Text Example
Text Example
White with #99A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A569; }
p { color: rgb(153,165,105); }
H1.HeaderClassName
{
color: #99A569;
}
.AnyTagClassName
{
color: #99A569;
}
</style>
background-color css
<style>
a { background-color: #99A569; }
a { background-color: rgb(153,165,105); }
div.DivClassName
{
background-color: #99A569;
}
.BgClassName
{
background-color: #99A569;
}
</style>
border-color css
<style>
span { border-color: #99A569; }
span { border-color: rgb(153,165,105); }
td.TdClassName
{
border-color: #99A569;
}
.TagClassName
{
border-color: #99A569;
}
</style>