Shades of Green Smoke #90A269
Tints of Green Smoke #90A269
RGB
CMYK
RGB Variations
Color information
#90A269 (or 0x90A269) is known color: Green Smoke. HEX triplet: 90, A2 and 69. RGB value is (144,162,105). Sum of RGB (Red+Green+Blue) = 144+162+105=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #90A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A269 is #6F5D96. Grayscale: #969696. Windows color (decimal): -7298455 or 6922896. OLE color: 6922896.
HSL color Cylindrical-coordinate representation of color #90A269: hue angle of 78.95º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90A269 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 105 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.36 |
| HSL | 78.95º | 0.23% | 0.52% | - |
| HSV(B) | 78.95º | 0.35% | 0.64% | - |
| XYZ | 26.97 | 32.79 | 18.27 | - |
| YUV | 150.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 105 | 0.11 | 0 | 0.35 | 0.36 | 78.95 | 0.23 | 0.52 |
| Hex | 90 | A2 | 69 | B | 0 | 23 | 24 | 4F | 17 | 34 |
| Octal | 220 | 242 | 151 | 13 | 0 | 43 | 44 | 117 | 27 | 64 |
| Binary | 10010000 | 10100010 | 1101001 | 1011 | 0 | 100011 | 100100 | 1001111 | 10111 | 110100 |
Color Harmonies of #90A269
Complementary color
Monochromatic Colors of #90A269
Black with #90A269
Text Example
Text Example
White with #90A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A269; }
p { color: rgb(144,162,105); }
H1.HeaderClassName
{
color: #90A269;
}
.AnyTagClassName
{
color: #90A269;
}
</style>
background-color css
<style>
a { background-color: #90A269; }
a { background-color: rgb(144,162,105); }
div.DivClassName
{
background-color: #90A269;
}
.BgClassName
{
background-color: #90A269;
}
</style>
border-color css
<style>
span { border-color: #90A269; }
span { border-color: rgb(144,162,105); }
td.TdClassName
{
border-color: #90A269;
}
.TagClassName
{
border-color: #90A269;
}
</style>