Shades of Green Smoke #94A34B
Tints of Green Smoke #94A34B
RGB
CMYK
RGB Variations
Color information
#94A34B (or 0x94A34B) is known color: Green Smoke. HEX triplet: 94, A3 and 4B. RGB value is (148,163,75). Sum of RGB (Red+Green+Blue) = 148+163+75=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #94A34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A34B is #6B5CB4. Grayscale: #949494. Windows color (decimal): -7036085 or 4957076. OLE color: 4957076.
HSL color Cylindrical-coordinate representation of color #94A34B: hue angle of 70.23º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94A34B is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 75 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.36 |
| HSL | 70.23º | 0.37% | 0.47% | - |
| HSV(B) | 70.23º | 0.54% | 0.64% | - |
| XYZ | 26.58 | 33 | 11.63 | - |
| YUV | 148.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 75 | 0.09 | 0 | 0.54 | 0.36 | 70.23 | 0.37 | 0.47 |
| Hex | 94 | A3 | 4B | 9 | 0 | 36 | 24 | 46 | 25 | 2F |
| Octal | 224 | 243 | 113 | 11 | 0 | 66 | 44 | 106 | 45 | 57 |
| Binary | 10010100 | 10100011 | 1001011 | 1001 | 0 | 110110 | 100100 | 1000110 | 100101 | 101111 |
Color Harmonies of #94A34B
Complementary color
Monochromatic Colors of #94A34B
Black with #94A34B
Text Example
Text Example
White with #94A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A34B; }
p { color: rgb(148,163,75); }
H1.HeaderClassName
{
color: #94A34B;
}
.AnyTagClassName
{
color: #94A34B;
}
</style>
background-color css
<style>
a { background-color: #94A34B; }
a { background-color: rgb(148,163,75); }
div.DivClassName
{
background-color: #94A34B;
}
.BgClassName
{
background-color: #94A34B;
}
</style>
border-color css
<style>
span { border-color: #94A34B; }
span { border-color: rgb(148,163,75); }
td.TdClassName
{
border-color: #94A34B;
}
.TagClassName
{
border-color: #94A34B;
}
</style>