Shades of Green Smoke #94A35E
Tints of Green Smoke #94A35E
RGB
CMYK
RGB Variations
Color information
#94A35E (or 0x94A35E) is known color: Green Smoke. HEX triplet: 94, A3 and 5E. RGB value is (148,163,94). Sum of RGB (Red+Green+Blue) = 148+163+94=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #94A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A35E is #6B5CA1. Grayscale: #969696. Windows color (decimal): -7036066 or 6202260. OLE color: 6202260.
HSL color Cylindrical-coordinate representation of color #94A35E: hue angle of 73.04º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94A35E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 94 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.36 |
| HSL | 73.04º | 0.27% | 0.5% | - |
| HSV(B) | 73.04º | 0.42% | 0.64% | - |
| XYZ | 27.33 | 33.3 | 15.58 | - |
| YUV | 150.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 94 | 0.09 | 0 | 0.42 | 0.36 | 73.04 | 0.27 | 0.5 |
| Hex | 94 | A3 | 5E | 9 | 0 | 2A | 24 | 49 | 1B | 32 |
| Octal | 224 | 243 | 136 | 11 | 0 | 52 | 44 | 111 | 33 | 62 |
| Binary | 10010100 | 10100011 | 1011110 | 1001 | 0 | 101010 | 100100 | 1001001 | 11011 | 110010 |
Color Harmonies of #94A35E
Complementary color
Monochromatic Colors of #94A35E
Black with #94A35E
Text Example
Text Example
White with #94A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A35E; }
p { color: rgb(148,163,94); }
H1.HeaderClassName
{
color: #94A35E;
}
.AnyTagClassName
{
color: #94A35E;
}
</style>
background-color css
<style>
a { background-color: #94A35E; }
a { background-color: rgb(148,163,94); }
div.DivClassName
{
background-color: #94A35E;
}
.BgClassName
{
background-color: #94A35E;
}
</style>
border-color css
<style>
span { border-color: #94A35E; }
span { border-color: rgb(148,163,94); }
td.TdClassName
{
border-color: #94A35E;
}
.TagClassName
{
border-color: #94A35E;
}
</style>