#5E8761

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

Shades of Hippie Green #5E8761

Tints of Hippie Green #5E8761

Color information

#5E8761 (or 0x5E8761) is unknown color: approx Hippie Green. HEX triplet: 5E, 87 and 61. RGB value is (94,135,97). Sum of RGB (Red+Green+Blue) = 94+135+97=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8761 is #A1789E. Grayscale: #767676. Windows color (decimal): -10582175 or 6391646. OLE color: 6391646.

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

Color convert

RGB9413597-
CMYK0.3000.280.47
HSL124.39º17.9%44.9%-
HSV(B)124.39º30.37%52.94%-
XYZ15.4420.5714.47-
YUV118.41115.92110.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=28.83%
G=41.41%
B=29.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94135970.3000.280.47124.3917.944.9
Hex5E87611E01C2F7c122d
Octal13620714136034571742255
Binary101111010000111110000111110011100101111111110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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