Shades of Green Smoke #99A462
Tints of Green Smoke #99A462
RGB
CMYK
RGB Variations
Color information
#99A462 (or 0x99A462) is known color: Green Smoke. HEX triplet: 99, A4 and 62. RGB value is (153,164,98). Sum of RGB (Red+Green+Blue) = 153+164+98=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #99A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A462 is #665B9D. Grayscale: #999999. Windows color (decimal): -6708126 or 6464665. OLE color: 6464665.
HSL color Cylindrical-coordinate representation of color #99A462: hue angle of 70º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A462 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 98 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.36 |
| HSL | 70º | 0.27% | 0.51% | - |
| HSV(B) | 70º | 0.4% | 0.64% | - |
| XYZ | 28.62 | 34.21 | 16.65 | - |
| YUV | 153.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 98 | 0.07 | 0 | 0.40 | 0.36 | 70 | 0.27 | 0.51 |
| Hex | 99 | A4 | 62 | 7 | 0 | 28 | 24 | 46 | 1B | 33 |
| Octal | 231 | 244 | 142 | 7 | 0 | 50 | 44 | 106 | 33 | 63 |
| Binary | 10011001 | 10100100 | 1100010 | 111 | 0 | 101000 | 100100 | 1000110 | 11011 | 110011 |
Color Harmonies of #99A462
Complementary color
Monochromatic Colors of #99A462
Black with #99A462
Text Example
Text Example
White with #99A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A462; }
p { color: rgb(153,164,98); }
H1.HeaderClassName
{
color: #99A462;
}
.AnyTagClassName
{
color: #99A462;
}
</style>
background-color css
<style>
a { background-color: #99A462; }
a { background-color: rgb(153,164,98); }
div.DivClassName
{
background-color: #99A462;
}
.BgClassName
{
background-color: #99A462;
}
</style>
border-color css
<style>
span { border-color: #99A462; }
span { border-color: rgb(153,164,98); }
td.TdClassName
{
border-color: #99A462;
}
.TagClassName
{
border-color: #99A462;
}
</style>