Shades of Green Smoke #99A967
Tints of Green Smoke #99A967
RGB
CMYK
RGB Variations
Color information
#99A967 (or 0x99A967) is known color: Green Smoke. HEX triplet: 99, A9 and 67. RGB value is (153,169,103). Sum of RGB (Red+Green+Blue) = 153+169+103=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #99A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A967 is #665698. Grayscale: #9C9C9C. Windows color (decimal): -6706841 or 6793625. OLE color: 6793625.
HSL color Cylindrical-coordinate representation of color #99A967: hue angle of 74.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A967 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 103 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.34 |
| HSL | 74.55º | 0.28% | 0.53% | - |
| HSV(B) | 74.55º | 0.39% | 0.66% | - |
| XYZ | 29.77 | 36.13 | 18.24 | - |
| YUV | 156.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 103 | 0.09 | 0 | 0.39 | 0.34 | 74.55 | 0.28 | 0.53 |
| Hex | 99 | A9 | 67 | 9 | 0 | 27 | 22 | 4B | 1C | 35 |
| Octal | 231 | 251 | 147 | 11 | 0 | 47 | 42 | 113 | 34 | 65 |
| Binary | 10011001 | 10101001 | 1100111 | 1001 | 0 | 100111 | 100010 | 1001011 | 11100 | 110101 |
Color Harmonies of #99A967
Complementary color
Monochromatic Colors of #99A967
Black with #99A967
Text Example
Text Example
White with #99A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A967; }
p { color: rgb(153,169,103); }
H1.HeaderClassName
{
color: #99A967;
}
.AnyTagClassName
{
color: #99A967;
}
</style>
background-color css
<style>
a { background-color: #99A967; }
a { background-color: rgb(153,169,103); }
div.DivClassName
{
background-color: #99A967;
}
.BgClassName
{
background-color: #99A967;
}
</style>
border-color css
<style>
span { border-color: #99A967; }
span { border-color: rgb(153,169,103); }
td.TdClassName
{
border-color: #99A967;
}
.TagClassName
{
border-color: #99A967;
}
</style>