Shades of Green Smoke #99A44E
Tints of Green Smoke #99A44E
RGB
CMYK
RGB Variations
Color information
#99A44E (or 0x99A44E) is known color: Green Smoke. HEX triplet: 99, A4 and 4E. RGB value is (153,164,78). Sum of RGB (Red+Green+Blue) = 153+164+78=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #99A44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A44E is #665BB1. Grayscale: #979797. Windows color (decimal): -6708146 or 5153945. OLE color: 5153945.
HSL color Cylindrical-coordinate representation of color #99A44E: hue angle of 67.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99A44E is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 78 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.36 |
| HSL | 67.67º | 0.36% | 0.47% | - |
| HSV(B) | 67.67º | 0.52% | 0.64% | - |
| XYZ | 27.79 | 33.87 | 12.28 | - |
| YUV | 150.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 78 | 0.07 | 0 | 0.52 | 0.36 | 67.67 | 0.36 | 0.47 |
| Hex | 99 | A4 | 4E | 7 | 0 | 34 | 24 | 44 | 24 | 2F |
| Octal | 231 | 244 | 116 | 7 | 0 | 64 | 44 | 104 | 44 | 57 |
| Binary | 10011001 | 10100100 | 1001110 | 111 | 0 | 110100 | 100100 | 1000100 | 100100 | 101111 |
Color Harmonies of #99A44E
Complementary color
Monochromatic Colors of #99A44E
Black with #99A44E
Text Example
Text Example
White with #99A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A44E; }
p { color: rgb(153,164,78); }
H1.HeaderClassName
{
color: #99A44E;
}
.AnyTagClassName
{
color: #99A44E;
}
</style>
background-color css
<style>
a { background-color: #99A44E; }
a { background-color: rgb(153,164,78); }
div.DivClassName
{
background-color: #99A44E;
}
.BgClassName
{
background-color: #99A44E;
}
</style>
border-color css
<style>
span { border-color: #99A44E; }
span { border-color: rgb(153,164,78); }
td.TdClassName
{
border-color: #99A44E;
}
.TagClassName
{
border-color: #99A44E;
}
</style>