Shades of Green Smoke #90A268
Tints of Green Smoke #90A268
RGB
CMYK
RGB Variations
Color information
#90A268 (or 0x90A268) is known color: Green Smoke. HEX triplet: 90, A2 and 68. RGB value is (144,162,104). Sum of RGB (Red+Green+Blue) = 144+162+104=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #90A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A268 is #6F5D97. Grayscale: #969696. Windows color (decimal): -7298456 or 6857360. OLE color: 6857360.
HSL color Cylindrical-coordinate representation of color #90A268: hue angle of 78.62º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90A268 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 104 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.36 |
| HSL | 78.62º | 0.24% | 0.52% | - |
| HSV(B) | 78.62º | 0.36% | 0.64% | - |
| XYZ | 26.92 | 32.77 | 18 | - |
| YUV | 150.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 104 | 0.11 | 0 | 0.36 | 0.36 | 78.62 | 0.24 | 0.52 |
| Hex | 90 | A2 | 68 | B | 0 | 24 | 24 | 4F | 18 | 34 |
| Octal | 220 | 242 | 150 | 13 | 0 | 44 | 44 | 117 | 30 | 64 |
| Binary | 10010000 | 10100010 | 1101000 | 1011 | 0 | 100100 | 100100 | 1001111 | 11000 | 110100 |
Color Harmonies of #90A268
Complementary color
Monochromatic Colors of #90A268
Black with #90A268
Text Example
Text Example
White with #90A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A268; }
p { color: rgb(144,162,104); }
H1.HeaderClassName
{
color: #90A268;
}
.AnyTagClassName
{
color: #90A268;
}
</style>
background-color css
<style>
a { background-color: #90A268; }
a { background-color: rgb(144,162,104); }
div.DivClassName
{
background-color: #90A268;
}
.BgClassName
{
background-color: #90A268;
}
</style>
border-color css
<style>
span { border-color: #90A268; }
span { border-color: rgb(144,162,104); }
td.TdClassName
{
border-color: #90A268;
}
.TagClassName
{
border-color: #90A268;
}
</style>