#5E7A60

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

Shades of Hippie Green #5E7A60

Tints of Hippie Green #5E7A60

Color information

#5E7A60 (or 0x5E7A60) is unknown color: approx Hippie Green. HEX triplet: 5E, 7A and 60. RGB value is (94,122,96). Sum of RGB (Red+Green+Blue) = 94+122+96=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A60 is #A1859F. Grayscale: #6E6E6E. Windows color (decimal): -10585504 or 6322782. OLE color: 6322782.

HSL color Cylindrical-coordinate representation of color #5E7A60: hue angle of 124.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E7A60 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB9412296-
CMYK0.2300.210.52
HSL124.29º12.96%42.35%-
HSV(B)124.29º22.95%47.84%-
XYZ13.6917.1413.65-
YUV110.66119.72116.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=30.13%
G=39.10%
B=30.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122960.2300.210.52124.2912.9642.35
Hex5E7A6017015347cd2a
Octal13617214027025641741552
Binary1011110111101011000001011101010111010011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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