Shades of Green Smoke #94A06B
Tints of Green Smoke #94A06B
RGB
CMYK
RGB Variations
Color information
#94A06B (or 0x94A06B) is known color: Green Smoke. HEX triplet: 94, A0 and 6B. RGB value is (148,160,107). Sum of RGB (Red+Green+Blue) = 148+160+107=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #94A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A06B is #6B5F94. Grayscale: #969696. Windows color (decimal): -7036821 or 7053460. OLE color: 7053460.
HSL color Cylindrical-coordinate representation of color #94A06B: hue angle of 73.58º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A06B is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 107 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.37 |
| HSL | 73.58º | 0.22% | 0.52% | - |
| HSV(B) | 73.58º | 0.33% | 0.63% | - |
| XYZ | 27.44 | 32.5 | 18.74 | - |
| YUV | 150.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 107 | 0.07 | 0 | 0.33 | 0.37 | 73.58 | 0.22 | 0.52 |
| Hex | 94 | A0 | 6B | 7 | 0 | 21 | 25 | 4A | 16 | 34 |
| Octal | 224 | 240 | 153 | 7 | 0 | 41 | 45 | 112 | 26 | 64 |
| Binary | 10010100 | 10100000 | 1101011 | 111 | 0 | 100001 | 100101 | 1001010 | 10110 | 110100 |
Color Harmonies of #94A06B
Complementary color
Monochromatic Colors of #94A06B
Black with #94A06B
Text Example
Text Example
White with #94A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A06B; }
p { color: rgb(148,160,107); }
H1.HeaderClassName
{
color: #94A06B;
}
.AnyTagClassName
{
color: #94A06B;
}
</style>
background-color css
<style>
a { background-color: #94A06B; }
a { background-color: rgb(148,160,107); }
div.DivClassName
{
background-color: #94A06B;
}
.BgClassName
{
background-color: #94A06B;
}
</style>
border-color css
<style>
span { border-color: #94A06B; }
span { border-color: rgb(148,160,107); }
td.TdClassName
{
border-color: #94A06B;
}
.TagClassName
{
border-color: #94A06B;
}
</style>