#618E5F

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

Shades of Hippie Green #618E5F

Tints of Hippie Green #618E5F

Color information

#618E5F (or 0x618E5F) is unknown color: approx Hippie Green. HEX triplet: 61, 8E and 5F. RGB value is (97,142,95). Sum of RGB (Red+Green+Blue) = 97+142+95=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #618E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E5F is #9E71A0. Grayscale: #7B7B7B. Windows color (decimal): -10383777 or 6262369. OLE color: 6262369.

HSL color Cylindrical-coordinate representation of color #618E5F: hue angle of 117.45º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618E5F is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB9714295-
CMYK0.3200.330.44
HSL117.45º19.83%46.47%-
HSV(B)117.45º33.1%55.69%-
XYZ16.6722.7114.33-
YUV123.19112.09109.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=29.04%
G=42.51%
B=28.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97142950.3200.330.44117.4519.8346.47
Hex618E5F200212C75142e
Octal14121613740041541652456
Binary11000011000111010111111000000100001101100111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618E5F; }

 p { color: rgb(97,142,95); }

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

<style>
 a { background-color: #618E5F; }

 a { background-color: rgb(97,142,95); }

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

<style>
 span { border-color: #618E5F; }

 span { border-color: rgb(97,142,95); }

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