#5E895C

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

Shades of Hippie Green #5E895C

Tints of Hippie Green #5E895C

Color information

#5E895C (or 0x5E895C) is unknown color: approx Hippie Green. HEX triplet: 5E, 89 and 5C. RGB value is (94,137,92). Sum of RGB (Red+Green+Blue) = 94+137+92=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #5E895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E895C is #A176A3. Grayscale: #777777. Windows color (decimal): -10581668 or 6064478. OLE color: 6064478.

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

Color convert

RGB9413792-
CMYK0.3100.330.46
HSL117.33º19.65%44.9%-
HSV(B)117.33º32.85%53.73%-
XYZ15.4921.0413.37-
YUV119.01112.75110.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=29.10%
G=42.41%
B=28.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94137920.3100.330.46117.3319.6544.9
Hex5E895C1F0212E75142d
Octal13621113437041561652455
Binary1011110100010011011100111110100001101110111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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