Shades of Green Smoke #99A35E
Tints of Green Smoke #99A35E
RGB
CMYK
RGB Variations
Color information
#99A35E (or 0x99A35E) is known color: Green Smoke. HEX triplet: 99, A3 and 5E. RGB value is (153,163,94). Sum of RGB (Red+Green+Blue) = 153+163+94=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #99A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A35E is #665CA1. Grayscale: #989898. Windows color (decimal): -6708386 or 6202265. OLE color: 6202265.
HSL color Cylindrical-coordinate representation of color #99A35E: hue angle of 68.7º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99A35E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 94 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.36 |
| HSL | 68.7º | 0.27% | 0.5% | - |
| HSV(B) | 68.7º | 0.42% | 0.64% | - |
| XYZ | 28.25 | 33.77 | 15.62 | - |
| YUV | 152.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 94 | 0.06 | 0 | 0.42 | 0.36 | 68.7 | 0.27 | 0.5 |
| Hex | 99 | A3 | 5E | 6 | 0 | 2A | 24 | 45 | 1B | 32 |
| Octal | 231 | 243 | 136 | 6 | 0 | 52 | 44 | 105 | 33 | 62 |
| Binary | 10011001 | 10100011 | 1011110 | 110 | 0 | 101010 | 100100 | 1000101 | 11011 | 110010 |
Color Harmonies of #99A35E
Complementary color
Monochromatic Colors of #99A35E
Black with #99A35E
Text Example
Text Example
White with #99A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A35E; }
p { color: rgb(153,163,94); }
H1.HeaderClassName
{
color: #99A35E;
}
.AnyTagClassName
{
color: #99A35E;
}
</style>
background-color css
<style>
a { background-color: #99A35E; }
a { background-color: rgb(153,163,94); }
div.DivClassName
{
background-color: #99A35E;
}
.BgClassName
{
background-color: #99A35E;
}
</style>
border-color css
<style>
span { border-color: #99A35E; }
span { border-color: rgb(153,163,94); }
td.TdClassName
{
border-color: #99A35E;
}
.TagClassName
{
border-color: #99A35E;
}
</style>