#5E875F

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

Shades of Hippie Green #5E875F

Tints of Hippie Green #5E875F

Color information

#5E875F (or 0x5E875F) is unknown color: approx Hippie Green. HEX triplet: 5E, 87 and 5F. RGB value is (94,135,95). Sum of RGB (Red+Green+Blue) = 94+135+95=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #5E875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E875F is #A178A0. Grayscale: #767676. Windows color (decimal): -10582177 or 6260574. OLE color: 6260574.

HSL color Cylindrical-coordinate representation of color #5E875F: hue angle of 121.46º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E875F is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB9413595-
CMYK0.3000.300.47
HSL121.46º17.9%44.9%-
HSV(B)121.46º30.37%52.94%-
XYZ15.3520.5313.98-
YUV118.18114.92110.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=29.01%
G=41.67%
B=29.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94135950.3000.300.47121.4617.944.9
Hex5E875F1E01E2F79122d
Octal13620713736036571712255
Binary101111010000111101111111110011110101111111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,95); }

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

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

 a { background-color: rgb(94,135,95); }

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

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

 span { border-color: rgb(94,135,95); }

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