Shades of Green Smoke #93A35D
Tints of Green Smoke #93A35D
RGB
CMYK
RGB Variations
Color information
#93A35D (or 0x93A35D) is known color: Green Smoke. HEX triplet: 93, A3 and 5D. RGB value is (147,163,93). Sum of RGB (Red+Green+Blue) = 147+163+93=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #93A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A35D is #6C5CA2. Grayscale: #969696. Windows color (decimal): -7101603 or 6136723. OLE color: 6136723.
HSL color Cylindrical-coordinate representation of color #93A35D: hue angle of 73.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93A35D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 93 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.36 |
| HSL | 73.71º | 0.28% | 0.5% | - |
| HSV(B) | 73.71º | 0.43% | 0.64% | - |
| XYZ | 27.11 | 33.19 | 15.33 | - |
| YUV | 150.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 93 | 0.10 | 0 | 0.43 | 0.36 | 73.71 | 0.28 | 0.5 |
| Hex | 93 | A3 | 5D | A | 0 | 2B | 24 | 4A | 1C | 32 |
| Octal | 223 | 243 | 135 | 12 | 0 | 53 | 44 | 112 | 34 | 62 |
| Binary | 10010011 | 10100011 | 1011101 | 1010 | 0 | 101011 | 100100 | 1001010 | 11100 | 110010 |
Color Harmonies of #93A35D
Complementary color
Monochromatic Colors of #93A35D
Black with #93A35D
Text Example
Text Example
White with #93A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A35D; }
p { color: rgb(147,163,93); }
H1.HeaderClassName
{
color: #93A35D;
}
.AnyTagClassName
{
color: #93A35D;
}
</style>
background-color css
<style>
a { background-color: #93A35D; }
a { background-color: rgb(147,163,93); }
div.DivClassName
{
background-color: #93A35D;
}
.BgClassName
{
background-color: #93A35D;
}
</style>
border-color css
<style>
span { border-color: #93A35D; }
span { border-color: rgb(147,163,93); }
td.TdClassName
{
border-color: #93A35D;
}
.TagClassName
{
border-color: #93A35D;
}
</style>