#5E9861

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

Shades of Hippie Green #5E9861

Tints of Hippie Green #5E9861

Color information

#5E9861 (or 0x5E9861) is unknown color: approx Hippie Green. HEX triplet: 5E, 98 and 61. RGB value is (94,152,97). Sum of RGB (Red+Green+Blue) = 94+152+97=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9861 is #A1679E. Grayscale: #808080. Windows color (decimal): -10577823 or 6395998. OLE color: 6395998.

HSL color Cylindrical-coordinate representation of color #5E9861: hue angle of 123.1º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9861 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB9415297-
CMYK0.3800.360.40
HSL123.1º23.58%48.24%-
HSV(B)123.1º38.16%59.61%-
XYZ1825.715.32-
YUV128.39110.28103.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.41%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=27.41%
G=44.31%
B=28.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94152970.3800.360.40123.123.5848.24
Hex5E986126024287b1830
Octal13623014146044501733060
Binary10111101001100011000011001100100100101000111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,97); }

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

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

 a { background-color: rgb(94,152,97); }

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

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

 span { border-color: rgb(94,152,97); }

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