#618D5C

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

Shades of Hippie Green #618D5C

Tints of Hippie Green #618D5C

Color information

#618D5C (or 0x618D5C) is unknown color: approx Hippie Green. HEX triplet: 61, 8D and 5C. RGB value is (97,141,92). Sum of RGB (Red+Green+Blue) = 97+141+92=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #618D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D5C is #9E72A3. Grayscale: #7A7A7A. Windows color (decimal): -10384036 or 6065505. OLE color: 6065505.

HSL color Cylindrical-coordinate representation of color #618D5C: hue angle of 113.88º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #618D5C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB9714192-
CMYK0.3100.350.45
HSL113.88º21.03%45.69%-
HSV(B)113.88º34.75%55.29%-
XYZ16.3922.3613.58-
YUV122.26110.92109.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=29.39%
G=42.73%
B=27.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97141920.3100.350.45113.8821.0345.69
Hex618D5C1F0232D72152e
Octal14121513437043551622556
Binary1100001100011011011100111110100011101101111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,92); }

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

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

 a { background-color: rgb(97,141,92); }

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

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

 span { border-color: rgb(97,141,92); }

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