#5E975A

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

Shades of Hippie Green #5E975A

Tints of Hippie Green #5E975A

Color information

#5E975A (or 0x5E975A) is unknown color: approx Hippie Green. HEX triplet: 5E, 97 and 5A. RGB value is (94,151,90). Sum of RGB (Red+Green+Blue) = 94+151+90=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #5E975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E975A is #A168A5. Grayscale: #7F7F7F. Windows color (decimal): -10578086 or 5936990. OLE color: 5936990.

HSL color Cylindrical-coordinate representation of color #5E975A: hue angle of 116.07º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E975A is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB9415190-
CMYK0.3800.400.41
HSL116.07º25.31%47.25%-
HSV(B)116.07º40.4%59.22%-
XYZ17.5325.2513.62-
YUV127107.12104.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=28.06%
G=45.07%
B=26.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94151900.3800.400.41116.0725.3147.25
Hex5E975A260282974192f
Octal13622713246050511643157
Binary10111101001011110110101001100101000101001111010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,151,90); }

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

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

 a { background-color: rgb(94,151,90); }

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

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

 span { border-color: rgb(94,151,90); }

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