Shades of Green Smoke #919B56
Tints of Green Smoke #919B56
RGB
CMYK
RGB Variations
Color information
#919B56 (or 0x919B56) is known color: Green Smoke. HEX triplet: 91, 9B and 56. RGB value is (145,155,86). Sum of RGB (Red+Green+Blue) = 145+155+86=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #919B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B56 is #6E64A9. Grayscale: #909090. Windows color (decimal): -7234730 or 5675921. OLE color: 5675921.
HSL color Cylindrical-coordinate representation of color #919B56: hue angle of 68.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #919B56 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 86 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.39 |
| HSL | 68.7º | 0.29% | 0.47% | - |
| HSV(B) | 68.7º | 0.45% | 0.61% | - |
| XYZ | 25.08 | 30.13 | 13.3 | - |
| YUV | 144.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 86 | 0.06 | 0 | 0.45 | 0.39 | 68.7 | 0.29 | 0.47 |
| Hex | 91 | 9B | 56 | 6 | 0 | 2D | 27 | 45 | 1D | 2F |
| Octal | 221 | 233 | 126 | 6 | 0 | 55 | 47 | 105 | 35 | 57 |
| Binary | 10010001 | 10011011 | 1010110 | 110 | 0 | 101101 | 100111 | 1000101 | 11101 | 101111 |
Color Harmonies of #919B56
Complementary color
Monochromatic Colors of #919B56
Black with #919B56
Text Example
Text Example
White with #919B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B56; }
p { color: rgb(145,155,86); }
H1.HeaderClassName
{
color: #919B56;
}
.AnyTagClassName
{
color: #919B56;
}
</style>
background-color css
<style>
a { background-color: #919B56; }
a { background-color: rgb(145,155,86); }
div.DivClassName
{
background-color: #919B56;
}
.BgClassName
{
background-color: #919B56;
}
</style>
border-color css
<style>
span { border-color: #919B56; }
span { border-color: rgb(145,155,86); }
td.TdClassName
{
border-color: #919B56;
}
.TagClassName
{
border-color: #919B56;
}
</style>