Shades of Green Smoke #90A04D
Tints of Green Smoke #90A04D
RGB
CMYK
RGB Variations
Color information
#90A04D (or 0x90A04D) is known color: Green Smoke. HEX triplet: 90, A0 and 4D. RGB value is (144,160,77). Sum of RGB (Red+Green+Blue) = 144+160+77=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #90A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A04D is #6F5FB2. Grayscale: #929292. Windows color (decimal): -7298995 or 5087376. OLE color: 5087376.
HSL color Cylindrical-coordinate representation of color #90A04D: hue angle of 71.57º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90A04D is Cyan = 0.1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 77 | - |
| CMYK | 0.1 | 0 | 0.52 | 0.37 |
| HSL | 71.57º | 0.35% | 0.46% | - |
| HSV(B) | 71.57º | 0.52% | 0.63% | - |
| XYZ | 25.41 | 31.61 | 11.78 | - |
| YUV | 145.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 77 | 0.1 | 0 | 0.52 | 0.37 | 71.57 | 0.35 | 0.46 |
| Hex | 90 | A0 | 4D | A | 0 | 34 | 25 | 48 | 23 | 2E |
| Octal | 220 | 240 | 115 | 12 | 0 | 64 | 45 | 110 | 43 | 56 |
| Binary | 10010000 | 10100000 | 1001101 | 1010 | 0 | 110100 | 100101 | 1001000 | 100011 | 101110 |
Color Harmonies of #90A04D
Complementary color
Monochromatic Colors of #90A04D
Black with #90A04D
Text Example
Text Example
White with #90A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A04D; }
p { color: rgb(144,160,77); }
H1.HeaderClassName
{
color: #90A04D;
}
.AnyTagClassName
{
color: #90A04D;
}
</style>
background-color css
<style>
a { background-color: #90A04D; }
a { background-color: rgb(144,160,77); }
div.DivClassName
{
background-color: #90A04D;
}
.BgClassName
{
background-color: #90A04D;
}
</style>
border-color css
<style>
span { border-color: #90A04D; }
span { border-color: rgb(144,160,77); }
td.TdClassName
{
border-color: #90A04D;
}
.TagClassName
{
border-color: #90A04D;
}
</style>