#5E7B61

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

Shades of Hippie Green #5E7B61

Tints of Hippie Green #5E7B61

Color information

#5E7B61 (or 0x5E7B61) is unknown color: approx Hippie Green. HEX triplet: 5E, 7B and 61. RGB value is (94,123,97). Sum of RGB (Red+Green+Blue) = 94+123+97=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B61 is #A1849E. Grayscale: #6F6F6F. Windows color (decimal): -10585247 or 6388574. OLE color: 6388574.

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

Color convert

RGB9412397-
CMYK0.2400.210.52
HSL126.21º13.36%42.55%-
HSV(B)126.21º23.58%48.24%-
XYZ13.8617.4113.94-
YUV111.36119.89115.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=29.94%
G=39.17%
B=30.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94123970.2400.210.52126.2113.3642.55
Hex5E7B6118015347ed2b
Octal13617314130025641761553
Binary1011110111101111000011100001010111010011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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