#8E9C5F

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

Shades of Green Smoke #8E9C5F

Tints of Green Smoke #8E9C5F

Color information

#8E9C5F (or 0x8E9C5F) is unknown color: approx Green Smoke. HEX triplet: 8E, 9C and 5F. RGB value is (142,156,95). Sum of RGB (Red+Green+Blue) = 142+156+95=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9C5F is #7163A0. Grayscale: #919191. Windows color (decimal): -7431073 or 6265998. OLE color: 6265998.

HSL color Cylindrical-coordinate representation of color #8E9C5F: hue angle of 73.77º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9C5F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB14215695-
CMYK0.0900.390.39
HSL73.77º24.3%49.22%-
HSV(B)73.77º39.1%61.18%-
XYZ25.1130.3515.36-
YUV144.8699.86125.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=36.13%
G=39.69%
B=24.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142156950.0900.390.3973.7724.349.22
Hex8E9C5F9027274a1831
Octal21623413711047471123061
Binary1000111010011100101111110010100111100111100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9C5F; }

 p { color: rgb(142,156,95); }

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

<style>
 a { background-color: #8E9C5F; }

 a { background-color: rgb(142,156,95); }

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

<style>
 span { border-color: #8E9C5F; }

 span { border-color: rgb(142,156,95); }

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