Shades of Green Smoke #93A45F
Tints of Green Smoke #93A45F
RGB
CMYK
RGB Variations
Color information
#93A45F (or 0x93A45F) is known color: Green Smoke. HEX triplet: 93, A4 and 5F. RGB value is (147,164,95). Sum of RGB (Red+Green+Blue) = 147+164+95=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #93A45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A45F is #6C5BA0. Grayscale: #979797. Windows color (decimal): -7101345 or 6268051. OLE color: 6268051.
HSL color Cylindrical-coordinate representation of color #93A45F: hue angle of 74.78º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A45F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 95 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.36 |
| HSL | 74.78º | 0.27% | 0.51% | - |
| HSV(B) | 74.78º | 0.42% | 0.64% | - |
| XYZ | 27.37 | 33.58 | 15.87 | - |
| YUV | 151.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 95 | 0.10 | 0 | 0.42 | 0.36 | 74.78 | 0.27 | 0.51 |
| Hex | 93 | A4 | 5F | A | 0 | 2A | 24 | 4B | 1B | 33 |
| Octal | 223 | 244 | 137 | 12 | 0 | 52 | 44 | 113 | 33 | 63 |
| Binary | 10010011 | 10100100 | 1011111 | 1010 | 0 | 101010 | 100100 | 1001011 | 11011 | 110011 |
Color Harmonies of #93A45F
Complementary color
Monochromatic Colors of #93A45F
Black with #93A45F
Text Example
Text Example
White with #93A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A45F; }
p { color: rgb(147,164,95); }
H1.HeaderClassName
{
color: #93A45F;
}
.AnyTagClassName
{
color: #93A45F;
}
</style>
background-color css
<style>
a { background-color: #93A45F; }
a { background-color: rgb(147,164,95); }
div.DivClassName
{
background-color: #93A45F;
}
.BgClassName
{
background-color: #93A45F;
}
</style>
border-color css
<style>
span { border-color: #93A45F; }
span { border-color: rgb(147,164,95); }
td.TdClassName
{
border-color: #93A45F;
}
.TagClassName
{
border-color: #93A45F;
}
</style>