Shades of Green Smoke #94A165
Tints of Green Smoke #94A165
RGB
CMYK
RGB Variations
Color information
#94A165 (or 0x94A165) is known color: Green Smoke. HEX triplet: 94, A1 and 65. RGB value is (148,161,101). Sum of RGB (Red+Green+Blue) = 148+161+101=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #94A165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A165 is #6B5E9A. Grayscale: #969696. Windows color (decimal): -7036571 or 6660500. OLE color: 6660500.
HSL color Cylindrical-coordinate representation of color #94A165: hue angle of 73º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94A165 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 101 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.37 |
| HSL | 73º | 0.24% | 0.51% | - |
| HSV(B) | 73º | 0.37% | 0.63% | - |
| XYZ | 27.31 | 32.73 | 17.19 | - |
| YUV | 150.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 101 | 0.08 | 0 | 0.37 | 0.37 | 73 | 0.24 | 0.51 |
| Hex | 94 | A1 | 65 | 8 | 0 | 25 | 25 | 49 | 18 | 33 |
| Octal | 224 | 241 | 145 | 10 | 0 | 45 | 45 | 111 | 30 | 63 |
| Binary | 10010100 | 10100001 | 1100101 | 1000 | 0 | 100101 | 100101 | 1001001 | 11000 | 110011 |
Color Harmonies of #94A165
Complementary color
Monochromatic Colors of #94A165
Black with #94A165
Text Example
Text Example
White with #94A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A165; }
p { color: rgb(148,161,101); }
H1.HeaderClassName
{
color: #94A165;
}
.AnyTagClassName
{
color: #94A165;
}
</style>
background-color css
<style>
a { background-color: #94A165; }
a { background-color: rgb(148,161,101); }
div.DivClassName
{
background-color: #94A165;
}
.BgClassName
{
background-color: #94A165;
}
</style>
border-color css
<style>
span { border-color: #94A165; }
span { border-color: rgb(148,161,101); }
td.TdClassName
{
border-color: #94A165;
}
.TagClassName
{
border-color: #94A165;
}
</style>