#5e8e5b

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

Shades of Hippie Green #5E8E5B

Tints of Hippie Green #5E8E5B

Color information

#5E8E5B (or 0x5E8E5B) is unknown color: approx Hippie Green. HEX triplet: 5E, 8E and 5B. RGB value is (94,142,91). Sum of RGB (Red+Green+Blue) = 94+142+91=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E5B is #A171A4. Grayscale: #797979. Windows color (decimal): -10580389 or 6000222. OLE color: 6000222.

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

Color convert

RGB9414291-
CMYK0.3400.360.44
HSL116.47º21.89%45.69%-
HSV(B)116.47º35.92%55.69%-
XYZ16.1822.4813.38-
YUV121.83110.6108.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=28.75%
G=43.43%
B=27.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94142910.3400.360.44116.4721.8945.69
Hex5E8E5B220242C74162e
Octal13621613342044541642656
Binary10111101000111010110111000100100100101100111010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e8e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,91); }

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

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

 a { background-color: rgb(94,142,91); }

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

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

 span { border-color: rgb(94,142,91); }

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