Shades of Green Smoke #94A560
Tints of Green Smoke #94A560
RGB
CMYK
RGB Variations
Color information
#94A560 (or 0x94A560) is known color: Green Smoke. HEX triplet: 94, A5 and 60. RGB value is (148,165,96). Sum of RGB (Red+Green+Blue) = 148+165+96=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #94A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A560 is #6B5A9F. Grayscale: #989898. Windows color (decimal): -7035552 or 6333844. OLE color: 6333844.
HSL color Cylindrical-coordinate representation of color #94A560: hue angle of 74.78º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94A560 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 96 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.35 |
| HSL | 74.78º | 0.28% | 0.51% | - |
| HSV(B) | 74.78º | 0.42% | 0.65% | - |
| XYZ | 27.78 | 34.05 | 16.17 | - |
| YUV | 152.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 96 | 0.10 | 0 | 0.42 | 0.35 | 74.78 | 0.28 | 0.51 |
| Hex | 94 | A5 | 60 | A | 0 | 2A | 23 | 4B | 1C | 33 |
| Octal | 224 | 245 | 140 | 12 | 0 | 52 | 43 | 113 | 34 | 63 |
| Binary | 10010100 | 10100101 | 1100000 | 1010 | 0 | 101010 | 100011 | 1001011 | 11100 | 110011 |
Color Harmonies of #94A560
Complementary color
Monochromatic Colors of #94A560
Black with #94A560
Text Example
Text Example
White with #94A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A560; }
p { color: rgb(148,165,96); }
H1.HeaderClassName
{
color: #94A560;
}
.AnyTagClassName
{
color: #94A560;
}
</style>
background-color css
<style>
a { background-color: #94A560; }
a { background-color: rgb(148,165,96); }
div.DivClassName
{
background-color: #94A560;
}
.BgClassName
{
background-color: #94A560;
}
</style>
border-color css
<style>
span { border-color: #94A560; }
span { border-color: rgb(148,165,96); }
td.TdClassName
{
border-color: #94A560;
}
.TagClassName
{
border-color: #94A560;
}
</style>