#5E8656

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

Shades of Hippie Green #5E8656

Tints of Hippie Green #5E8656

Color information

#5E8656 (or 0x5E8656) is unknown color: approx Hippie Green. HEX triplet: 5E, 86 and 56. RGB value is (94,134,86). Sum of RGB (Red+Green+Blue) = 94+134+86=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8656 is #A179A9. Grayscale: #747474. Windows color (decimal): -10582442 or 5670494. OLE color: 5670494.

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

Color convert

RGB9413486-
CMYK0.3000.360.47
HSL110º21.82%43.14%-
HSV(B)110º35.82%52.55%-
XYZ14.8220.111.9-
YUV116.57110.75111.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=29.94%
G=42.68%
B=27.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94134860.3000.360.4711021.8243.14
Hex5E86561E0242F6e162b
Octal13620612636044571562653
Binary1011110100001101010110111100100100101111110111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,134,86); }

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

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

 a { background-color: rgb(94,134,86); }

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

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

 span { border-color: rgb(94,134,86); }

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