#5E885D

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

Shades of Hippie Green #5E885D

Tints of Hippie Green #5E885D

Color information

#5E885D (or 0x5E885D) is unknown color: approx Hippie Green. HEX triplet: 5E, 88 and 5D. RGB value is (94,136,93). Sum of RGB (Red+Green+Blue) = 94+136+93=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #5E885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E885D is #A177A2. Grayscale: #767676. Windows color (decimal): -10581923 or 6129758. OLE color: 6129758.

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

Color convert

RGB9413693-
CMYK0.3100.320.47
HSL118.6º18.78%44.9%-
HSV(B)118.6º31.62%53.33%-
XYZ15.420.7813.56-
YUV118.54113.59110.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=29.10%
G=42.11%
B=28.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94136930.3100.320.47118.618.7844.9
Hex5E885D1F0202F77132d
Octal13621013537040571672355
Binary1011110100010001011101111110100000101111111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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