Shades of Green Smoke #93A16C
Tints of Green Smoke #93A16C
RGB
CMYK
RGB Variations
Color information
#93A16C (or 0x93A16C) is known color: Green Smoke. HEX triplet: 93, A1 and 6C. RGB value is (147,161,108). Sum of RGB (Red+Green+Blue) = 147+161+108=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #93A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A16C is #6C5E93. Grayscale: #969696. Windows color (decimal): -7102100 or 7119251. OLE color: 7119251.
HSL color Cylindrical-coordinate representation of color #93A16C: hue angle of 75.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A16C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 108 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.37 |
| HSL | 75.85º | 0.22% | 0.53% | - |
| HSV(B) | 75.85º | 0.33% | 0.63% | - |
| XYZ | 27.48 | 32.78 | 19.07 | - |
| YUV | 150.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 108 | 0.09 | 0 | 0.33 | 0.37 | 75.85 | 0.22 | 0.53 |
| Hex | 93 | A1 | 6C | 9 | 0 | 21 | 25 | 4C | 16 | 35 |
| Octal | 223 | 241 | 154 | 11 | 0 | 41 | 45 | 114 | 26 | 65 |
| Binary | 10010011 | 10100001 | 1101100 | 1001 | 0 | 100001 | 100101 | 1001100 | 10110 | 110101 |
Color Harmonies of #93A16C
Complementary color
Monochromatic Colors of #93A16C
Black with #93A16C
Text Example
Text Example
White with #93A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A16C; }
p { color: rgb(147,161,108); }
H1.HeaderClassName
{
color: #93A16C;
}
.AnyTagClassName
{
color: #93A16C;
}
</style>
background-color css
<style>
a { background-color: #93A16C; }
a { background-color: rgb(147,161,108); }
div.DivClassName
{
background-color: #93A16C;
}
.BgClassName
{
background-color: #93A16C;
}
</style>
border-color css
<style>
span { border-color: #93A16C; }
span { border-color: rgb(147,161,108); }
td.TdClassName
{
border-color: #93A16C;
}
.TagClassName
{
border-color: #93A16C;
}
</style>