#5E875D

Color #5E875D Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5E875D

Tints of Hippie Green #5E875D

Color information

#5E875D (or 0x5E875D) is unknown color: approx Hippie Green. HEX triplet: 5E, 87 and 5D. RGB value is (94,135,93). Sum of RGB (Red+Green+Blue) = 94+135+93=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #5E875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E875D is #A178A2. Grayscale: #767676. Windows color (decimal): -10582179 or 6129502. OLE color: 6129502.

HSL color Cylindrical-coordinate representation of color #5E875D: hue angle of 118.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E875D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB9413593-
CMYK0.3000.310.47
HSL118.57º18.42%44.71%-
HSV(B)118.57º31.11%52.94%-
XYZ15.2620.513.51-
YUV117.95113.92110.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.19%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=29.19%
G=41.93%
B=28.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94135930.3000.310.47118.5718.4244.71
Hex5E875D1E01F2F77122d
Octal13620713536037571672255
Binary101111010000111101110111110011111101111111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E875D; }

 p { color: rgb(94,135,93); }

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

<style>
 a { background-color: #5E875D; }

 a { background-color: rgb(94,135,93); }

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

<style>
 span { border-color: #5E875D; }

 span { border-color: rgb(94,135,93); }

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