#5E9060

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

Shades of Hippie Green #5E9060

Tints of Hippie Green #5E9060

Color information

#5E9060 (or 0x5E9060) is unknown color: approx Hippie Green. HEX triplet: 5E, 90 and 60. RGB value is (94,144,96). Sum of RGB (Red+Green+Blue) = 94+144+96=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9060 is #A16F9F. Grayscale: #7B7B7B. Windows color (decimal): -10579872 or 6328414. OLE color: 6328414.

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

Color convert

RGB9414496-
CMYK0.3500.330.44
HSL122.4º21.01%46.67%-
HSV(B)122.4º34.72%56.47%-
XYZ16.723.1714.66-
YUV123.58112.44106.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=28.14%
G=43.11%
B=28.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94144960.3500.330.44122.421.0146.67
Hex5E9060230212C7a152f
Octal13622014043041541722557
Binary10111101001000011000001000110100001101100111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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