Shades of Green Smoke #94A755
Tints of Green Smoke #94A755
RGB
CMYK
RGB Variations
Color information
#94A755 (or 0x94A755) is known color: Green Smoke. HEX triplet: 94, A7 and 55. RGB value is (148,167,85). Sum of RGB (Red+Green+Blue) = 148+167+85=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #94A755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A755 is #6B58AA. Grayscale: #989898. Windows color (decimal): -7035051 or 5613460. OLE color: 5613460.
HSL color Cylindrical-coordinate representation of color #94A755: hue angle of 73.9º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94A755 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 85 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.35 |
| HSL | 73.9º | 0.33% | 0.49% | - |
| HSV(B) | 73.9º | 0.49% | 0.65% | - |
| XYZ | 27.67 | 34.59 | 13.81 | - |
| YUV | 151.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 85 | 0.11 | 0 | 0.49 | 0.35 | 73.9 | 0.33 | 0.49 |
| Hex | 94 | A7 | 55 | B | 0 | 31 | 23 | 4A | 21 | 31 |
| Octal | 224 | 247 | 125 | 13 | 0 | 61 | 43 | 112 | 41 | 61 |
| Binary | 10010100 | 10100111 | 1010101 | 1011 | 0 | 110001 | 100011 | 1001010 | 100001 | 110001 |
Color Harmonies of #94A755
Complementary color
Monochromatic Colors of #94A755
Black with #94A755
Text Example
Text Example
White with #94A755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A755; }
p { color: rgb(148,167,85); }
H1.HeaderClassName
{
color: #94A755;
}
.AnyTagClassName
{
color: #94A755;
}
</style>
background-color css
<style>
a { background-color: #94A755; }
a { background-color: rgb(148,167,85); }
div.DivClassName
{
background-color: #94A755;
}
.BgClassName
{
background-color: #94A755;
}
</style>
border-color css
<style>
span { border-color: #94A755; }
span { border-color: rgb(148,167,85); }
td.TdClassName
{
border-color: #94A755;
}
.TagClassName
{
border-color: #94A755;
}
</style>