#5E8F60

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

Shades of Hippie Green #5E8F60

Tints of Hippie Green #5E8F60

Color information

#5E8F60 (or 0x5E8F60) is unknown color: approx Hippie Green. HEX triplet: 5E, 8F and 60. RGB value is (94,143,96). Sum of RGB (Red+Green+Blue) = 94+143+96=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F60 is #A1709F. Grayscale: #7B7B7B. Windows color (decimal): -10580128 or 6328158. OLE color: 6328158.

HSL color Cylindrical-coordinate representation of color #5E8F60: hue angle of 122.45º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F60 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB9414396-
CMYK0.3400.330.44
HSL122.45º20.68%46.47%-
HSV(B)122.45º34.27%56.08%-
XYZ16.5522.8714.61-
YUV122.99112.77107.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=28.23%
G=42.94%
B=28.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94143960.3400.330.44122.4520.6846.47
Hex5E8F60220212C7a152e
Octal13621714042041541722556
Binary10111101000111111000001000100100001101100111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,143,96); }

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

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

 a { background-color: rgb(94,143,96); }

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

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

 span { border-color: rgb(94,143,96); }

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