Shades of Green Smoke #90994F
Tints of Green Smoke #90994F
RGB
CMYK
RGB Variations
Color information
#90994F (or 0x90994F) is known color: Green Smoke. HEX triplet: 90, 99 and 4F. RGB value is (144,153,79). Sum of RGB (Red+Green+Blue) = 144+153+79=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #90994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90994F is #6F66B0. Grayscale: #8E8E8E. Windows color (decimal): -7300785 or 5216656. OLE color: 5216656.
HSL color Cylindrical-coordinate representation of color #90994F: hue angle of 67.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90994F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 79 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.4 |
| HSL | 67.3º | 0.32% | 0.45% | - |
| HSV(B) | 67.3º | 0.48% | 0.6% | - |
| XYZ | 24.3 | 29.28 | 11.77 | - |
| YUV | 141.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 79 | 0.06 | 0 | 0.48 | 0.4 | 67.3 | 0.32 | 0.45 |
| Hex | 90 | 99 | 4F | 6 | 0 | 30 | 28 | 43 | 20 | 2D |
| Octal | 220 | 231 | 117 | 6 | 0 | 60 | 50 | 103 | 40 | 55 |
| Binary | 10010000 | 10011001 | 1001111 | 110 | 0 | 110000 | 101000 | 1000011 | 100000 | 101101 |
Color Harmonies of #90994F
Complementary color
Monochromatic Colors of #90994F
Black with #90994F
Text Example
Text Example
White with #90994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90994F; }
p { color: rgb(144,153,79); }
H1.HeaderClassName
{
color: #90994F;
}
.AnyTagClassName
{
color: #90994F;
}
</style>
background-color css
<style>
a { background-color: #90994F; }
a { background-color: rgb(144,153,79); }
div.DivClassName
{
background-color: #90994F;
}
.BgClassName
{
background-color: #90994F;
}
</style>
border-color css
<style>
span { border-color: #90994F; }
span { border-color: rgb(144,153,79); }
td.TdClassName
{
border-color: #90994F;
}
.TagClassName
{
border-color: #90994F;
}
</style>