#5D915E

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

Shades of Hippie Green #5D915E

Tints of Hippie Green #5D915E

Color information

#5D915E (or 0x5D915E) is unknown color: approx Hippie Green. HEX triplet: 5D, 91 and 5E. RGB value is (93,145,94). Sum of RGB (Red+Green+Blue) = 93+145+94=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #5D915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D915E is #A26EA1. Grayscale: #7B7B7B. Windows color (decimal): -10645154 or 6197597. OLE color: 6197597.

HSL color Cylindrical-coordinate representation of color #5D915E: hue angle of 121.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D915E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB9314594-
CMYK0.3600.350.43
HSL121.15º21.85%46.67%-
HSV(B)121.15º35.86%56.86%-
XYZ16.6623.3914.23-
YUV123.64111.27106.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.01%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=28.01%
G=43.67%
B=28.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93145940.3600.350.43121.1521.8546.67
Hex5D915E240232B79162f
Octal13522113644043531712657
Binary10111011001000110111101001000100011101011111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,145,94); }

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

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

 a { background-color: rgb(93,145,94); }

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

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

 span { border-color: rgb(93,145,94); }

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