Shades of Green Smoke #94A26C
Tints of Green Smoke #94A26C
RGB
CMYK
RGB Variations
Color information
#94A26C (or 0x94A26C) is known color: Green Smoke. HEX triplet: 94, A2 and 6C. RGB value is (148,162,108). Sum of RGB (Red+Green+Blue) = 148+162+108=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #94A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A26C is #6B5D93. Grayscale: #979797. Windows color (decimal): -7036308 or 7119508. OLE color: 7119508.
HSL color Cylindrical-coordinate representation of color #94A26C: hue angle of 75.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A26C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 108 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.36 |
| HSL | 75.56º | 0.23% | 0.53% | - |
| HSV(B) | 75.56º | 0.33% | 0.64% | - |
| XYZ | 27.84 | 33.22 | 19.13 | - |
| YUV | 151.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 108 | 0.09 | 0 | 0.33 | 0.36 | 75.56 | 0.23 | 0.53 |
| Hex | 94 | A2 | 6C | 9 | 0 | 21 | 24 | 4C | 16 | 35 |
| Octal | 224 | 242 | 154 | 11 | 0 | 41 | 44 | 114 | 26 | 65 |
| Binary | 10010100 | 10100010 | 1101100 | 1001 | 0 | 100001 | 100100 | 1001100 | 10110 | 110101 |
Color Harmonies of #94A26C
Complementary color
Monochromatic Colors of #94A26C
Black with #94A26C
Text Example
Text Example
White with #94A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A26C; }
p { color: rgb(148,162,108); }
H1.HeaderClassName
{
color: #94A26C;
}
.AnyTagClassName
{
color: #94A26C;
}
</style>
background-color css
<style>
a { background-color: #94A26C; }
a { background-color: rgb(148,162,108); }
div.DivClassName
{
background-color: #94A26C;
}
.BgClassName
{
background-color: #94A26C;
}
</style>
border-color css
<style>
span { border-color: #94A26C; }
span { border-color: rgb(148,162,108); }
td.TdClassName
{
border-color: #94A26C;
}
.TagClassName
{
border-color: #94A26C;
}
</style>