Shades of Green Smoke #99A363
Tints of Green Smoke #99A363
RGB
CMYK
RGB Variations
Color information
#99A363 (or 0x99A363) is known color: Green Smoke. HEX triplet: 99, A3 and 63. RGB value is (153,163,99). Sum of RGB (Red+Green+Blue) = 153+163+99=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #99A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A363 is #665C9C. Grayscale: #989898. Windows color (decimal): -6708381 or 6529945. OLE color: 6529945.
HSL color Cylindrical-coordinate representation of color #99A363: hue angle of 69.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A363 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 99 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.36 |
| HSL | 69.38º | 0.26% | 0.51% | - |
| HSV(B) | 69.38º | 0.39% | 0.64% | - |
| XYZ | 28.49 | 33.87 | 16.84 | - |
| YUV | 152.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 99 | 0.06 | 0 | 0.39 | 0.36 | 69.38 | 0.26 | 0.51 |
| Hex | 99 | A3 | 63 | 6 | 0 | 27 | 24 | 45 | 1A | 33 |
| Octal | 231 | 243 | 143 | 6 | 0 | 47 | 44 | 105 | 32 | 63 |
| Binary | 10011001 | 10100011 | 1100011 | 110 | 0 | 100111 | 100100 | 1000101 | 11010 | 110011 |
Color Harmonies of #99A363
Complementary color
Monochromatic Colors of #99A363
Black with #99A363
Text Example
Text Example
White with #99A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A363; }
p { color: rgb(153,163,99); }
H1.HeaderClassName
{
color: #99A363;
}
.AnyTagClassName
{
color: #99A363;
}
</style>
background-color css
<style>
a { background-color: #99A363; }
a { background-color: rgb(153,163,99); }
div.DivClassName
{
background-color: #99A363;
}
.BgClassName
{
background-color: #99A363;
}
</style>
border-color css
<style>
span { border-color: #99A363; }
span { border-color: rgb(153,163,99); }
td.TdClassName
{
border-color: #99A363;
}
.TagClassName
{
border-color: #99A363;
}
</style>