#5E895D

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

Shades of Hippie Green #5E895D

Tints of Hippie Green #5E895D

Color information

#5E895D (or 0x5E895D) is unknown color: approx Hippie Green. HEX triplet: 5E, 89 and 5D. RGB value is (94,137,93). Sum of RGB (Red+Green+Blue) = 94+137+93=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #5E895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E895D is #A176A2. Grayscale: #777777. Windows color (decimal): -10581667 or 6130014. OLE color: 6130014.

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

Color convert

RGB9413793-
CMYK0.3100.320.46
HSL118.64º19.13%45.1%-
HSV(B)118.64º32.12%53.73%-
XYZ15.5421.0613.6-
YUV119.13113.25110.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=29.01%
G=42.28%
B=28.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94137930.3100.320.46118.6419.1345.1
Hex5E895D1F0202E77132d
Octal13621113537040561672355
Binary1011110100010011011101111110100000101110111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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