Shades of Green Smoke #99A54E
Tints of Green Smoke #99A54E
RGB
CMYK
RGB Variations
Color information
#99A54E (or 0x99A54E) is known color: Green Smoke. HEX triplet: 99, A5 and 4E. RGB value is (153,165,78). Sum of RGB (Red+Green+Blue) = 153+165+78=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #99A54E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A54E is #665AB1. Grayscale: #979797. Windows color (decimal): -6707890 or 5154201. OLE color: 5154201.
HSL color Cylindrical-coordinate representation of color #99A54E: hue angle of 68.28º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99A54E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 78 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.35 |
| HSL | 68.28º | 0.36% | 0.48% | - |
| HSV(B) | 68.28º | 0.53% | 0.65% | - |
| XYZ | 27.97 | 34.23 | 12.34 | - |
| YUV | 151.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 78 | 0.07 | 0 | 0.53 | 0.35 | 68.28 | 0.36 | 0.48 |
| Hex | 99 | A5 | 4E | 7 | 0 | 35 | 23 | 44 | 24 | 30 |
| Octal | 231 | 245 | 116 | 7 | 0 | 65 | 43 | 104 | 44 | 60 |
| Binary | 10011001 | 10100101 | 1001110 | 111 | 0 | 110101 | 100011 | 1000100 | 100100 | 110000 |
Color Harmonies of #99A54E
Complementary color
Monochromatic Colors of #99A54E
Black with #99A54E
Text Example
Text Example
White with #99A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A54E; }
p { color: rgb(153,165,78); }
H1.HeaderClassName
{
color: #99A54E;
}
.AnyTagClassName
{
color: #99A54E;
}
</style>
background-color css
<style>
a { background-color: #99A54E; }
a { background-color: rgb(153,165,78); }
div.DivClassName
{
background-color: #99A54E;
}
.BgClassName
{
background-color: #99A54E;
}
</style>
border-color css
<style>
span { border-color: #99A54E; }
span { border-color: rgb(153,165,78); }
td.TdClassName
{
border-color: #99A54E;
}
.TagClassName
{
border-color: #99A54E;
}
</style>