#959E5B

Color #959E5B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #959E5B

Tints of Green Smoke #959E5B

Color information

#959E5B (or 0x959E5B) is unknown color: approx Green Smoke. HEX triplet: 95, 9E and 5B. RGB value is (149,158,91). Sum of RGB (Red+Green+Blue) = 149+158+91=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #959E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E5B is #6A61A4. Grayscale: #939393. Windows color (decimal): -6971813 or 6004373. OLE color: 6004373.

HSL color Cylindrical-coordinate representation of color #959E5B: hue angle of 68.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959E5B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB14915891-
CMYK0.0600.420.38
HSL68.06º26.91%48.82%-
HSV(B)68.06º42.41%61.96%-
XYZ26.5131.614.6-
YUV147.6796.02128.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=37.44%
G=39.70%
B=22.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149158910.0600.420.3868.0626.9148.82
Hex959E5B602A26441b31
Octal2252361336052461043361
Binary100101011001111010110111100101010100110100010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959E5B; }

 p { color: rgb(149,158,91); }

 H1.HeaderClassName
 {
   color: #959E5B;
 }
 .AnyTagClassName
 {
   color: #959E5B;
 }
</style>
background-color css

<style>
 a { background-color: #959E5B; }

 a { background-color: rgb(149,158,91); }

 div.DivClassName
 {
   background-color: #959E5B;
 }
 .BgClassName
 {
   background-color: #959E5B;
 }
</style>
border-color css

<style>
 span { border-color: #959E5B; }

 span { border-color: rgb(149,158,91); }

 td.TdClassName
 {
   border-color: #959E5B;
 }
 .TagClassName
 {
   border-color: #959E5B;
 }
</style>