Shades of Green Smoke #929E68
Tints of Green Smoke #929E68
RGB
CMYK
RGB Variations
Color information
#929E68 (or 0x929E68) is known color: Green Smoke. HEX triplet: 92, 9E and 68. RGB value is (146,158,104). Sum of RGB (Red+Green+Blue) = 146+158+104=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #929E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E68 is #6D6197. Grayscale: #949494. Windows color (decimal): -7168408 or 6856338. OLE color: 6856338.
HSL color Cylindrical-coordinate representation of color #929E68: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929E68 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 104 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.38 |
| HSL | 73.33º | 0.22% | 0.51% | - |
| HSV(B) | 73.33º | 0.34% | 0.62% | - |
| XYZ | 26.58 | 31.56 | 17.79 | - |
| YUV | 148.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 104 | 0.08 | 0 | 0.34 | 0.38 | 73.33 | 0.22 | 0.51 |
| Hex | 92 | 9E | 68 | 8 | 0 | 22 | 26 | 49 | 16 | 33 |
| Octal | 222 | 236 | 150 | 10 | 0 | 42 | 46 | 111 | 26 | 63 |
| Binary | 10010010 | 10011110 | 1101000 | 1000 | 0 | 100010 | 100110 | 1001001 | 10110 | 110011 |
Color Harmonies of #929E68
Complementary color
Monochromatic Colors of #929E68
Black with #929E68
Text Example
Text Example
White with #929E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E68; }
p { color: rgb(146,158,104); }
H1.HeaderClassName
{
color: #929E68;
}
.AnyTagClassName
{
color: #929E68;
}
</style>
background-color css
<style>
a { background-color: #929E68; }
a { background-color: rgb(146,158,104); }
div.DivClassName
{
background-color: #929E68;
}
.BgClassName
{
background-color: #929E68;
}
</style>
border-color css
<style>
span { border-color: #929E68; }
span { border-color: rgb(146,158,104); }
td.TdClassName
{
border-color: #929E68;
}
.TagClassName
{
border-color: #929E68;
}
</style>