Shades of Green Smoke #94A764
Tints of Green Smoke #94A764
RGB
CMYK
RGB Variations
Color information
#94A764 (or 0x94A764) is known color: Green Smoke. HEX triplet: 94, A7 and 64. RGB value is (148,167,100). Sum of RGB (Red+Green+Blue) = 148+167+100=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #94A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A764 is #6B589B. Grayscale: #999999. Windows color (decimal): -7035036 or 6596500. OLE color: 6596500.
HSL color Cylindrical-coordinate representation of color #94A764: hue angle of 77.01º 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 #94A764 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 100 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.35 |
| HSL | 77.01º | 0.28% | 0.52% | - |
| HSV(B) | 77.01º | 0.4% | 0.65% | - |
| XYZ | 28.33 | 34.85 | 17.29 | - |
| YUV | 153.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 100 | 0.11 | 0 | 0.40 | 0.35 | 77.01 | 0.28 | 0.52 |
| Hex | 94 | A7 | 64 | B | 0 | 28 | 23 | 4D | 1C | 34 |
| Octal | 224 | 247 | 144 | 13 | 0 | 50 | 43 | 115 | 34 | 64 |
| Binary | 10010100 | 10100111 | 1100100 | 1011 | 0 | 101000 | 100011 | 1001101 | 11100 | 110100 |
Color Harmonies of #94A764
Complementary color
Monochromatic Colors of #94A764
Black with #94A764
Text Example
Text Example
White with #94A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A764; }
p { color: rgb(148,167,100); }
H1.HeaderClassName
{
color: #94A764;
}
.AnyTagClassName
{
color: #94A764;
}
</style>
background-color css
<style>
a { background-color: #94A764; }
a { background-color: rgb(148,167,100); }
div.DivClassName
{
background-color: #94A764;
}
.BgClassName
{
background-color: #94A764;
}
</style>
border-color css
<style>
span { border-color: #94A764; }
span { border-color: rgb(148,167,100); }
td.TdClassName
{
border-color: #94A764;
}
.TagClassName
{
border-color: #94A764;
}
</style>