Shades of Green Smoke #94A369
Tints of Green Smoke #94A369
RGB
CMYK
RGB Variations
Color information
#94A369 (or 0x94A369) is known color: Green Smoke. HEX triplet: 94, A3 and 69. RGB value is (148,163,105). Sum of RGB (Red+Green+Blue) = 148+163+105=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #94A369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A369 is #6B5C96. Grayscale: #989898. Windows color (decimal): -7036055 or 6923156. OLE color: 6923156.
HSL color Cylindrical-coordinate representation of color #94A369: hue angle of 75.52º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94A369 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 105 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.36 |
| HSL | 75.52º | 0.24% | 0.53% | - |
| HSV(B) | 75.52º | 0.36% | 0.64% | - |
| XYZ | 27.86 | 33.51 | 18.36 | - |
| YUV | 151.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 105 | 0.09 | 0 | 0.36 | 0.36 | 75.52 | 0.24 | 0.53 |
| Hex | 94 | A3 | 69 | 9 | 0 | 24 | 24 | 4C | 18 | 35 |
| Octal | 224 | 243 | 151 | 11 | 0 | 44 | 44 | 114 | 30 | 65 |
| Binary | 10010100 | 10100011 | 1101001 | 1001 | 0 | 100100 | 100100 | 1001100 | 11000 | 110101 |
Color Harmonies of #94A369
Complementary color
Monochromatic Colors of #94A369
Black with #94A369
Text Example
Text Example
White with #94A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A369; }
p { color: rgb(148,163,105); }
H1.HeaderClassName
{
color: #94A369;
}
.AnyTagClassName
{
color: #94A369;
}
</style>
background-color css
<style>
a { background-color: #94A369; }
a { background-color: rgb(148,163,105); }
div.DivClassName
{
background-color: #94A369;
}
.BgClassName
{
background-color: #94A369;
}
</style>
border-color css
<style>
span { border-color: #94A369; }
span { border-color: rgb(148,163,105); }
td.TdClassName
{
border-color: #94A369;
}
.TagClassName
{
border-color: #94A369;
}
</style>