Shades of Green Smoke #94A45F
Tints of Green Smoke #94A45F
RGB
CMYK
RGB Variations
Color information
#94A45F (or 0x94A45F) is known color: Green Smoke. HEX triplet: 94, A4 and 5F. RGB value is (148,164,95). Sum of RGB (Red+Green+Blue) = 148+164+95=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #94A45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A45F is #6B5BA0. Grayscale: #979797. Windows color (decimal): -7035809 or 6268052. OLE color: 6268052.
HSL color Cylindrical-coordinate representation of color #94A45F: hue angle of 73.91º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94A45F is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 95 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.36 |
| HSL | 73.91º | 0.27% | 0.51% | - |
| HSV(B) | 73.91º | 0.42% | 0.64% | - |
| XYZ | 27.55 | 33.67 | 15.87 | - |
| YUV | 151.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 95 | 0.10 | 0 | 0.42 | 0.36 | 73.91 | 0.27 | 0.51 |
| Hex | 94 | A4 | 5F | A | 0 | 2A | 24 | 4A | 1B | 33 |
| Octal | 224 | 244 | 137 | 12 | 0 | 52 | 44 | 112 | 33 | 63 |
| Binary | 10010100 | 10100100 | 1011111 | 1010 | 0 | 101010 | 100100 | 1001010 | 11011 | 110011 |
Color Harmonies of #94A45F
Complementary color
Monochromatic Colors of #94A45F
Black with #94A45F
Text Example
Text Example
White with #94A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A45F; }
p { color: rgb(148,164,95); }
H1.HeaderClassName
{
color: #94A45F;
}
.AnyTagClassName
{
color: #94A45F;
}
</style>
background-color css
<style>
a { background-color: #94A45F; }
a { background-color: rgb(148,164,95); }
div.DivClassName
{
background-color: #94A45F;
}
.BgClassName
{
background-color: #94A45F;
}
</style>
border-color css
<style>
span { border-color: #94A45F; }
span { border-color: rgb(148,164,95); }
td.TdClassName
{
border-color: #94A45F;
}
.TagClassName
{
border-color: #94A45F;
}
</style>