Shades of Green Smoke #90A16A
Tints of Green Smoke #90A16A
RGB
CMYK
RGB Variations
Color information
#90A16A (or 0x90A16A) is known color: Green Smoke. HEX triplet: 90, A1 and 6A. RGB value is (144,161,106). Sum of RGB (Red+Green+Blue) = 144+161+106=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #90A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A16A is #6F5E95. Grayscale: #959595. Windows color (decimal): -7298710 or 6988176. OLE color: 6988176.
HSL color Cylindrical-coordinate representation of color #90A16A: hue angle of 78.55º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90A16A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 106 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.37 |
| HSL | 78.55º | 0.23% | 0.52% | - |
| HSV(B) | 78.55º | 0.34% | 0.63% | - |
| XYZ | 26.85 | 32.46 | 18.49 | - |
| YUV | 149.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 106 | 0.11 | 0 | 0.34 | 0.37 | 78.55 | 0.23 | 0.52 |
| Hex | 90 | A1 | 6A | B | 0 | 22 | 25 | 4F | 17 | 34 |
| Octal | 220 | 241 | 152 | 13 | 0 | 42 | 45 | 117 | 27 | 64 |
| Binary | 10010000 | 10100001 | 1101010 | 1011 | 0 | 100010 | 100101 | 1001111 | 10111 | 110100 |
Color Harmonies of #90A16A
Complementary color
Monochromatic Colors of #90A16A
Black with #90A16A
Text Example
Text Example
White with #90A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A16A; }
p { color: rgb(144,161,106); }
H1.HeaderClassName
{
color: #90A16A;
}
.AnyTagClassName
{
color: #90A16A;
}
</style>
background-color css
<style>
a { background-color: #90A16A; }
a { background-color: rgb(144,161,106); }
div.DivClassName
{
background-color: #90A16A;
}
.BgClassName
{
background-color: #90A16A;
}
</style>
border-color css
<style>
span { border-color: #90A16A; }
span { border-color: rgb(144,161,106); }
td.TdClassName
{
border-color: #90A16A;
}
.TagClassName
{
border-color: #90A16A;
}
</style>