Shades of Green Smoke #969A52
Tints of Green Smoke #969A52
RGB
CMYK
RGB Variations
Color information
#969A52 (or 0x969A52) is known color: Green Smoke. HEX triplet: 96, 9A and 52. RGB value is (150,154,82). Sum of RGB (Red+Green+Blue) = 150+154+82=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 154 - color contains mainly: green. Hex color #969A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A52 is #6965AD. Grayscale: #909090. Windows color (decimal): -6907310 or 5413526. OLE color: 5413526.
HSL color Cylindrical-coordinate representation of color #969A52: hue angle of 63.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #969A52 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 82 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.40 |
| HSL | 63.33º | 0.31% | 0.46% | - |
| HSV(B) | 63.33º | 0.47% | 0.6% | - |
| XYZ | 25.66 | 30.2 | 12.46 | - |
| YUV | 144.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 82 | 0.03 | 0 | 0.47 | 0.40 | 63.33 | 0.31 | 0.46 |
| Hex | 96 | 9A | 52 | 3 | 0 | 2F | 28 | 3F | 1F | 2E |
| Octal | 226 | 232 | 122 | 3 | 0 | 57 | 50 | 77 | 37 | 56 |
| Binary | 10010110 | 10011010 | 1010010 | 11 | 0 | 101111 | 101000 | 111111 | 11111 | 101110 |
Color Harmonies of #969A52
Complementary color
Monochromatic Colors of #969A52
Black with #969A52
Text Example
Text Example
White with #969A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A52; }
p { color: rgb(150,154,82); }
H1.HeaderClassName
{
color: #969A52;
}
.AnyTagClassName
{
color: #969A52;
}
</style>
background-color css
<style>
a { background-color: #969A52; }
a { background-color: rgb(150,154,82); }
div.DivClassName
{
background-color: #969A52;
}
.BgClassName
{
background-color: #969A52;
}
</style>
border-color css
<style>
span { border-color: #969A52; }
span { border-color: rgb(150,154,82); }
td.TdClassName
{
border-color: #969A52;
}
.TagClassName
{
border-color: #969A52;
}
</style>