Shades of Green Smoke #959F5F
Tints of Green Smoke #959F5F
RGB
CMYK
RGB Variations
Color information
#959F5F (or 0x959F5F) is known color: Green Smoke. HEX triplet: 95, 9F and 5F. RGB value is (149,159,95). Sum of RGB (Red+Green+Blue) = 149+159+95=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #959F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F5F is #6A60A0. Grayscale: #949494. Windows color (decimal): -6971553 or 6266773. OLE color: 6266773.
HSL color Cylindrical-coordinate representation of color #959F5F: hue angle of 69.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959F5F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 95 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.38 |
| HSL | 69.38º | 0.25% | 0.5% | - |
| HSV(B) | 69.38º | 0.4% | 0.62% | - |
| XYZ | 26.86 | 32.01 | 15.59 | - |
| YUV | 148.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 95 | 0.06 | 0 | 0.40 | 0.38 | 69.38 | 0.25 | 0.5 |
| Hex | 95 | 9F | 5F | 6 | 0 | 28 | 26 | 45 | 19 | 32 |
| Octal | 225 | 237 | 137 | 6 | 0 | 50 | 46 | 105 | 31 | 62 |
| Binary | 10010101 | 10011111 | 1011111 | 110 | 0 | 101000 | 100110 | 1000101 | 11001 | 110010 |
Color Harmonies of #959F5F
Complementary color
Monochromatic Colors of #959F5F
Black with #959F5F
Text Example
Text Example
White with #959F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F5F; }
p { color: rgb(149,159,95); }
H1.HeaderClassName
{
color: #959F5F;
}
.AnyTagClassName
{
color: #959F5F;
}
</style>
background-color css
<style>
a { background-color: #959F5F; }
a { background-color: rgb(149,159,95); }
div.DivClassName
{
background-color: #959F5F;
}
.BgClassName
{
background-color: #959F5F;
}
</style>
border-color css
<style>
span { border-color: #959F5F; }
span { border-color: rgb(149,159,95); }
td.TdClassName
{
border-color: #959F5F;
}
.TagClassName
{
border-color: #959F5F;
}
</style>