Shades of Green Smoke #93A269
Tints of Green Smoke #93A269
RGB
CMYK
RGB Variations
Color information
#93A269 (or 0x93A269) is known color: Green Smoke. HEX triplet: 93, A2 and 69. RGB value is (147,162,105). Sum of RGB (Red+Green+Blue) = 147+162+105=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #93A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A269 is #6C5D96. Grayscale: #979797. Windows color (decimal): -7101847 or 6922899. OLE color: 6922899.
HSL color Cylindrical-coordinate representation of color #93A269: hue angle of 75.79º 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 #93A269 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 105 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.36 |
| HSL | 75.79º | 0.23% | 0.52% | - |
| HSV(B) | 75.79º | 0.35% | 0.64% | - |
| XYZ | 27.5 | 33.06 | 18.3 | - |
| YUV | 151.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 105 | 0.09 | 0 | 0.35 | 0.36 | 75.79 | 0.23 | 0.52 |
| Hex | 93 | A2 | 69 | 9 | 0 | 23 | 24 | 4C | 17 | 34 |
| Octal | 223 | 242 | 151 | 11 | 0 | 43 | 44 | 114 | 27 | 64 |
| Binary | 10010011 | 10100010 | 1101001 | 1001 | 0 | 100011 | 100100 | 1001100 | 10111 | 110100 |
Color Harmonies of #93A269
Complementary color
Monochromatic Colors of #93A269
Black with #93A269
Text Example
Text Example
White with #93A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A269; }
p { color: rgb(147,162,105); }
H1.HeaderClassName
{
color: #93A269;
}
.AnyTagClassName
{
color: #93A269;
}
</style>
background-color css
<style>
a { background-color: #93A269; }
a { background-color: rgb(147,162,105); }
div.DivClassName
{
background-color: #93A269;
}
.BgClassName
{
background-color: #93A269;
}
</style>
border-color css
<style>
span { border-color: #93A269; }
span { border-color: rgb(147,162,105); }
td.TdClassName
{
border-color: #93A269;
}
.TagClassName
{
border-color: #93A269;
}
</style>