#9E9F4D

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

Shades of Green Smoke #9E9F4D

Tints of Green Smoke #9E9F4D

Color information

#9E9F4D (or 0x9E9F4D) is unknown color: approx Green Smoke. HEX triplet: 9E, 9F and 4D. RGB value is (158,159,77). Sum of RGB (Red+Green+Blue) = 158+159+77=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #9E9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9F4D is #6160B2. Grayscale: #959595. Windows color (decimal): -6381747 or 5087134. OLE color: 5087134.

HSL color Cylindrical-coordinate representation of color #9E9F4D: hue angle of 60.73º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E9F4D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15815977-
CMYK0.0100.520.38
HSL60.73º34.75%46.27%-
HSV(B)60.73º51.57%62.35%-
XYZ27.8432.611.85-
YUV149.3587.17134.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=40.10%
G=40.36%
B=19.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158159770.0100.520.3860.7334.7546.27
Hex9E9F4D1034263d232e
Octal236237115106446754356
Binary1001111010011111100110110110100100110111101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9F4D; }

 p { color: rgb(158,159,77); }

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

<style>
 a { background-color: #9E9F4D; }

 a { background-color: rgb(158,159,77); }

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

<style>
 span { border-color: #9E9F4D; }

 span { border-color: rgb(158,159,77); }

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