Shades of Green Smoke #99A367
Tints of Green Smoke #99A367
RGB
CMYK
RGB Variations
Color information
#99A367 (or 0x99A367) is known color: Green Smoke. HEX triplet: 99, A3 and 67. RGB value is (153,163,103). Sum of RGB (Red+Green+Blue) = 153+163+103=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #99A367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A367 is #665C98. Grayscale: #999999. Windows color (decimal): -6708377 or 6792089. OLE color: 6792089.
HSL color Cylindrical-coordinate representation of color #99A367: hue angle of 70º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A367 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 103 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.36 |
| HSL | 70º | 0.25% | 0.52% | - |
| HSV(B) | 70º | 0.37% | 0.64% | - |
| XYZ | 28.68 | 33.95 | 17.87 | - |
| YUV | 153.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 103 | 0.06 | 0 | 0.37 | 0.36 | 70 | 0.25 | 0.52 |
| Hex | 99 | A3 | 67 | 6 | 0 | 25 | 24 | 46 | 19 | 34 |
| Octal | 231 | 243 | 147 | 6 | 0 | 45 | 44 | 106 | 31 | 64 |
| Binary | 10011001 | 10100011 | 1100111 | 110 | 0 | 100101 | 100100 | 1000110 | 11001 | 110100 |
Color Harmonies of #99A367
Complementary color
Monochromatic Colors of #99A367
Black with #99A367
Text Example
Text Example
White with #99A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A367; }
p { color: rgb(153,163,103); }
H1.HeaderClassName
{
color: #99A367;
}
.AnyTagClassName
{
color: #99A367;
}
</style>
background-color css
<style>
a { background-color: #99A367; }
a { background-color: rgb(153,163,103); }
div.DivClassName
{
background-color: #99A367;
}
.BgClassName
{
background-color: #99A367;
}
</style>
border-color css
<style>
span { border-color: #99A367; }
span { border-color: rgb(153,163,103); }
td.TdClassName
{
border-color: #99A367;
}
.TagClassName
{
border-color: #99A367;
}
</style>