Shades of Green Smoke #969C4E
Tints of Green Smoke #969C4E
RGB
CMYK
RGB Variations
Color information
#969C4E (or 0x969C4E) is known color: Green Smoke. HEX triplet: 96, 9C and 4E. RGB value is (150,156,78). Sum of RGB (Red+Green+Blue) = 150+156+78=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #969C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C4E is #6963B1. Grayscale: #919191. Windows color (decimal): -6906802 or 5151894. OLE color: 5151894.
HSL color Cylindrical-coordinate representation of color #969C4E: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #969C4E is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 78 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.39 |
| HSL | 64.62º | 0.33% | 0.46% | - |
| HSV(B) | 64.62º | 0.5% | 0.61% | - |
| XYZ | 25.84 | 30.81 | 11.79 | - |
| YUV | 145.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 78 | 0.04 | 0 | 0.5 | 0.39 | 64.62 | 0.33 | 0.46 |
| Hex | 96 | 9C | 4E | 4 | 0 | 32 | 27 | 41 | 21 | 2E |
| Octal | 226 | 234 | 116 | 4 | 0 | 62 | 47 | 101 | 41 | 56 |
| Binary | 10010110 | 10011100 | 1001110 | 100 | 0 | 110010 | 100111 | 1000001 | 100001 | 101110 |
Color Harmonies of #969C4E
Complementary color
Monochromatic Colors of #969C4E
Black with #969C4E
Text Example
Text Example
White with #969C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C4E; }
p { color: rgb(150,156,78); }
H1.HeaderClassName
{
color: #969C4E;
}
.AnyTagClassName
{
color: #969C4E;
}
</style>
background-color css
<style>
a { background-color: #969C4E; }
a { background-color: rgb(150,156,78); }
div.DivClassName
{
background-color: #969C4E;
}
.BgClassName
{
background-color: #969C4E;
}
</style>
border-color css
<style>
span { border-color: #969C4E; }
span { border-color: rgb(150,156,78); }
td.TdClassName
{
border-color: #969C4E;
}
.TagClassName
{
border-color: #969C4E;
}
</style>