Shades of Green Smoke #99AD69
Tints of Green Smoke #99AD69
RGB
CMYK
RGB Variations
Color information
#99AD69 (or 0x99AD69) is known color: Green Smoke. HEX triplet: 99, AD and 69. RGB value is (153,173,105). Sum of RGB (Red+Green+Blue) = 153+173+105=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD69 is #665296. Grayscale: #9F9F9F. Windows color (decimal): -6705815 or 6925721. OLE color: 6925721.
HSL color Cylindrical-coordinate representation of color #99AD69: hue angle of 77.65º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99AD69 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 105 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.32 |
| HSL | 77.65º | 0.29% | 0.55% | - |
| HSV(B) | 77.65º | 0.39% | 0.68% | - |
| XYZ | 30.63 | 37.68 | 19.02 | - |
| YUV | 159.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 105 | 0.12 | 0 | 0.39 | 0.32 | 77.65 | 0.29 | 0.55 |
| Hex | 99 | AD | 69 | C | 0 | 27 | 20 | 4E | 1D | 37 |
| Octal | 231 | 255 | 151 | 14 | 0 | 47 | 40 | 116 | 35 | 67 |
| Binary | 10011001 | 10101101 | 1101001 | 1100 | 0 | 100111 | 100000 | 1001110 | 11101 | 110111 |
Color Harmonies of #99AD69
Complementary color
Monochromatic Colors of #99AD69
Black with #99AD69
Text Example
Text Example
White with #99AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD69; }
p { color: rgb(153,173,105); }
H1.HeaderClassName
{
color: #99AD69;
}
.AnyTagClassName
{
color: #99AD69;
}
</style>
background-color css
<style>
a { background-color: #99AD69; }
a { background-color: rgb(153,173,105); }
div.DivClassName
{
background-color: #99AD69;
}
.BgClassName
{
background-color: #99AD69;
}
</style>
border-color css
<style>
span { border-color: #99AD69; }
span { border-color: rgb(153,173,105); }
td.TdClassName
{
border-color: #99AD69;
}
.TagClassName
{
border-color: #99AD69;
}
</style>