Shades of Green Smoke #919C52
Tints of Green Smoke #919C52
RGB
CMYK
RGB Variations
Color information
#919C52 (or 0x919C52) is known color: Green Smoke. HEX triplet: 91, 9C and 52. RGB value is (145,156,82). Sum of RGB (Red+Green+Blue) = 145+156+82=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #919C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C52 is #6E63AD. Grayscale: #909090. Windows color (decimal): -7234478 or 5414033. OLE color: 5414033.
HSL color Cylindrical-coordinate representation of color #919C52: hue angle of 68.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #919C52 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 82 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.39 |
| HSL | 68.92º | 0.31% | 0.47% | - |
| HSV(B) | 68.92º | 0.47% | 0.61% | - |
| XYZ | 25.09 | 30.41 | 12.53 | - |
| YUV | 144.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 82 | 0.07 | 0 | 0.47 | 0.39 | 68.92 | 0.31 | 0.47 |
| Hex | 91 | 9C | 52 | 7 | 0 | 2F | 27 | 45 | 1F | 2F |
| Octal | 221 | 234 | 122 | 7 | 0 | 57 | 47 | 105 | 37 | 57 |
| Binary | 10010001 | 10011100 | 1010010 | 111 | 0 | 101111 | 100111 | 1000101 | 11111 | 101111 |
Color Harmonies of #919C52
Complementary color
Monochromatic Colors of #919C52
Black with #919C52
Text Example
Text Example
White with #919C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C52; }
p { color: rgb(145,156,82); }
H1.HeaderClassName
{
color: #919C52;
}
.AnyTagClassName
{
color: #919C52;
}
</style>
background-color css
<style>
a { background-color: #919C52; }
a { background-color: rgb(145,156,82); }
div.DivClassName
{
background-color: #919C52;
}
.BgClassName
{
background-color: #919C52;
}
</style>
border-color css
<style>
span { border-color: #919C52; }
span { border-color: rgb(145,156,82); }
td.TdClassName
{
border-color: #919C52;
}
.TagClassName
{
border-color: #919C52;
}
</style>