Shades of Green Smoke #94A36A
Tints of Green Smoke #94A36A
RGB
CMYK
RGB Variations
Color information
#94A36A (or 0x94A36A) is known color: Green Smoke. HEX triplet: 94, A3 and 6A. RGB value is (148,163,106). Sum of RGB (Red+Green+Blue) = 148+163+106=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36A is #6B5C95. Grayscale: #989898. Windows color (decimal): -7036054 or 6988692. OLE color: 6988692.
HSL color Cylindrical-coordinate representation of color #94A36A: hue angle of 75.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94A36A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 106 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.36 |
| HSL | 75.79º | 0.24% | 0.53% | - |
| HSV(B) | 75.79º | 0.35% | 0.64% | - |
| XYZ | 27.91 | 33.53 | 18.64 | - |
| YUV | 152.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 106 | 0.09 | 0 | 0.35 | 0.36 | 75.79 | 0.24 | 0.53 |
| Hex | 94 | A3 | 6A | 9 | 0 | 23 | 24 | 4C | 18 | 35 |
| Octal | 224 | 243 | 152 | 11 | 0 | 43 | 44 | 114 | 30 | 65 |
| Binary | 10010100 | 10100011 | 1101010 | 1001 | 0 | 100011 | 100100 | 1001100 | 11000 | 110101 |
Color Harmonies of #94A36A
Complementary color
Monochromatic Colors of #94A36A
Black with #94A36A
Text Example
Text Example
White with #94A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A36A; }
p { color: rgb(148,163,106); }
H1.HeaderClassName
{
color: #94A36A;
}
.AnyTagClassName
{
color: #94A36A;
}
</style>
background-color css
<style>
a { background-color: #94A36A; }
a { background-color: rgb(148,163,106); }
div.DivClassName
{
background-color: #94A36A;
}
.BgClassName
{
background-color: #94A36A;
}
</style>
border-color css
<style>
span { border-color: #94A36A; }
span { border-color: rgb(148,163,106); }
td.TdClassName
{
border-color: #94A36A;
}
.TagClassName
{
border-color: #94A36A;
}
</style>