Shades of Green Smoke #99A769
Tints of Green Smoke #99A769
RGB
CMYK
RGB Variations
Color information
#99A769 (or 0x99A769) is known color: Green Smoke. HEX triplet: 99, A7 and 69. RGB value is (153,167,105). Sum of RGB (Red+Green+Blue) = 153+167+105=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #99A769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A769 is #665896. Grayscale: #9B9B9B. Windows color (decimal): -6707351 or 6924185. OLE color: 6924185.
HSL color Cylindrical-coordinate representation of color #99A769: hue angle of 73.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A769 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 105 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.35 |
| HSL | 73.55º | 0.26% | 0.53% | - |
| HSV(B) | 73.55º | 0.37% | 0.65% | - |
| XYZ | 29.51 | 35.43 | 18.65 | - |
| YUV | 155.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 105 | 0.08 | 0 | 0.37 | 0.35 | 73.55 | 0.26 | 0.53 |
| Hex | 99 | A7 | 69 | 8 | 0 | 25 | 23 | 4A | 1A | 35 |
| Octal | 231 | 247 | 151 | 10 | 0 | 45 | 43 | 112 | 32 | 65 |
| Binary | 10011001 | 10100111 | 1101001 | 1000 | 0 | 100101 | 100011 | 1001010 | 11010 | 110101 |
Color Harmonies of #99A769
Complementary color
Monochromatic Colors of #99A769
Black with #99A769
Text Example
Text Example
White with #99A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A769; }
p { color: rgb(153,167,105); }
H1.HeaderClassName
{
color: #99A769;
}
.AnyTagClassName
{
color: #99A769;
}
</style>
background-color css
<style>
a { background-color: #99A769; }
a { background-color: rgb(153,167,105); }
div.DivClassName
{
background-color: #99A769;
}
.BgClassName
{
background-color: #99A769;
}
</style>
border-color css
<style>
span { border-color: #99A769; }
span { border-color: rgb(153,167,105); }
td.TdClassName
{
border-color: #99A769;
}
.TagClassName
{
border-color: #99A769;
}
</style>