#5E8860

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

Shades of Hippie Green #5E8860

Tints of Hippie Green #5E8860

Color information

#5E8860 (or 0x5E8860) is unknown color: approx Hippie Green. HEX triplet: 5E, 88 and 60. RGB value is (94,136,96). Sum of RGB (Red+Green+Blue) = 94+136+96=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8860 is #A1779F. Grayscale: #777777. Windows color (decimal): -10581920 or 6326366. OLE color: 6326366.

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

Color convert

RGB9413696-
CMYK0.3100.290.47
HSL122.86º18.26%45.1%-
HSV(B)122.86º30.88%53.33%-
XYZ15.5320.8314.27-
YUV118.88115.09110.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=28.83%
G=41.72%
B=29.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94136960.3100.290.47122.8618.2645.1
Hex5E88601F01D2F7b122d
Octal13621014037035571732255
Binary101111010001000110000011111011101101111111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,96); }

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

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

 a { background-color: rgb(94,136,96); }

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

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

 span { border-color: rgb(94,136,96); }

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