Shades of Green Smoke #93A764
Tints of Green Smoke #93A764
RGB
CMYK
RGB Variations
Color information
#93A764 (or 0x93A764) is known color: Green Smoke. HEX triplet: 93, A7 and 64. RGB value is (147,167,100). Sum of RGB (Red+Green+Blue) = 147+167+100=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #93A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A764 is #6C589B. Grayscale: #999999. Windows color (decimal): -7100572 or 6596499. OLE color: 6596499.
HSL color Cylindrical-coordinate representation of color #93A764: hue angle of 77.91º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A764 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 100 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.35 |
| HSL | 77.91º | 0.28% | 0.52% | - |
| HSV(B) | 77.91º | 0.4% | 0.65% | - |
| XYZ | 28.15 | 34.76 | 17.28 | - |
| YUV | 153.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 100 | 0.12 | 0 | 0.40 | 0.35 | 77.91 | 0.28 | 0.52 |
| Hex | 93 | A7 | 64 | C | 0 | 28 | 23 | 4E | 1C | 34 |
| Octal | 223 | 247 | 144 | 14 | 0 | 50 | 43 | 116 | 34 | 64 |
| Binary | 10010011 | 10100111 | 1100100 | 1100 | 0 | 101000 | 100011 | 1001110 | 11100 | 110100 |
Color Harmonies of #93A764
Complementary color
Monochromatic Colors of #93A764
Black with #93A764
Text Example
Text Example
White with #93A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A764; }
p { color: rgb(147,167,100); }
H1.HeaderClassName
{
color: #93A764;
}
.AnyTagClassName
{
color: #93A764;
}
</style>
background-color css
<style>
a { background-color: #93A764; }
a { background-color: rgb(147,167,100); }
div.DivClassName
{
background-color: #93A764;
}
.BgClassName
{
background-color: #93A764;
}
</style>
border-color css
<style>
span { border-color: #93A764; }
span { border-color: rgb(147,167,100); }
td.TdClassName
{
border-color: #93A764;
}
.TagClassName
{
border-color: #93A764;
}
</style>