Shades of Green Smoke #99A76F
Tints of Green Smoke #99A76F
RGB
CMYK
RGB Variations
Color information
#99A76F (or 0x99A76F) is known color: Green Smoke. HEX triplet: 99, A7 and 6F. RGB value is (153,167,111). Sum of RGB (Red+Green+Blue) = 153+167+111=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #99A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A76F is #665890. Grayscale: #9C9C9C. Windows color (decimal): -6707345 or 7317401. OLE color: 7317401.
HSL color Cylindrical-coordinate representation of color #99A76F: hue angle of 75º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99A76F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 111 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.35 |
| HSL | 75º | 0.24% | 0.55% | - |
| HSV(B) | 75º | 0.34% | 0.65% | - |
| XYZ | 29.82 | 35.56 | 20.33 | - |
| YUV | 156.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 111 | 0.08 | 0 | 0.34 | 0.35 | 75 | 0.24 | 0.55 |
| Hex | 99 | A7 | 6F | 8 | 0 | 22 | 23 | 4B | 18 | 37 |
| Octal | 231 | 247 | 157 | 10 | 0 | 42 | 43 | 113 | 30 | 67 |
| Binary | 10011001 | 10100111 | 1101111 | 1000 | 0 | 100010 | 100011 | 1001011 | 11000 | 110111 |
Color Harmonies of #99A76F
Complementary color
Monochromatic Colors of #99A76F
Black with #99A76F
Text Example
Text Example
White with #99A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A76F; }
p { color: rgb(153,167,111); }
H1.HeaderClassName
{
color: #99A76F;
}
.AnyTagClassName
{
color: #99A76F;
}
</style>
background-color css
<style>
a { background-color: #99A76F; }
a { background-color: rgb(153,167,111); }
div.DivClassName
{
background-color: #99A76F;
}
.BgClassName
{
background-color: #99A76F;
}
</style>
border-color css
<style>
span { border-color: #99A76F; }
span { border-color: rgb(153,167,111); }
td.TdClassName
{
border-color: #99A76F;
}
.TagClassName
{
border-color: #99A76F;
}
</style>