Shades of Green Smoke #94A65B
Tints of Green Smoke #94A65B
RGB
CMYK
RGB Variations
Color information
#94A65B (or 0x94A65B) is known color: Green Smoke. HEX triplet: 94, A6 and 5B. RGB value is (148,166,91). Sum of RGB (Red+Green+Blue) = 148+166+91=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #94A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A65B is #6B59A4. Grayscale: #989898. Windows color (decimal): -7035301 or 6006420. OLE color: 6006420.
HSL color Cylindrical-coordinate representation of color #94A65B: hue angle of 74.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94A65B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 91 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.35 |
| HSL | 74.4º | 0.3% | 0.5% | - |
| HSV(B) | 74.4º | 0.45% | 0.65% | - |
| XYZ | 27.74 | 34.32 | 15.06 | - |
| YUV | 152.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 91 | 0.11 | 0 | 0.45 | 0.35 | 74.4 | 0.3 | 0.5 |
| Hex | 94 | A6 | 5B | B | 0 | 2D | 23 | 4A | 1E | 32 |
| Octal | 224 | 246 | 133 | 13 | 0 | 55 | 43 | 112 | 36 | 62 |
| Binary | 10010100 | 10100110 | 1011011 | 1011 | 0 | 101101 | 100011 | 1001010 | 11110 | 110010 |
Color Harmonies of #94A65B
Complementary color
Monochromatic Colors of #94A65B
Black with #94A65B
Text Example
Text Example
White with #94A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A65B; }
p { color: rgb(148,166,91); }
H1.HeaderClassName
{
color: #94A65B;
}
.AnyTagClassName
{
color: #94A65B;
}
</style>
background-color css
<style>
a { background-color: #94A65B; }
a { background-color: rgb(148,166,91); }
div.DivClassName
{
background-color: #94A65B;
}
.BgClassName
{
background-color: #94A65B;
}
</style>
border-color css
<style>
span { border-color: #94A65B; }
span { border-color: rgb(148,166,91); }
td.TdClassName
{
border-color: #94A65B;
}
.TagClassName
{
border-color: #94A65B;
}
</style>