#618062

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

Shades of Hippie Green #618062

Tints of Hippie Green #618062

Color information

#618062 (or 0x618062) is unknown color: approx Hippie Green. HEX triplet: 61, 80 and 62. RGB value is (97,128,98). Sum of RGB (Red+Green+Blue) = 97+128+98=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #618062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618062 is #9E7F9D. Grayscale: #737373. Windows color (decimal): -10387358 or 6455393. OLE color: 6455393.

HSL color Cylindrical-coordinate representation of color #618062: hue angle of 121.94º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618062 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB9712898-
CMYK0.2400.230.50
HSL121.94º13.78%44.12%-
HSV(B)121.94º24.22%50.2%-
XYZ14.8518.8614.41-
YUV115.31118.23114.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=30.03%
G=39.63%
B=30.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128980.2400.230.50121.9413.7844.12
Hex61806218017327ae2c
Octal14120014230027621721654
Binary11000011000000011000101100001011111001011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618062; }

 p { color: rgb(97,128,98); }

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

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

 a { background-color: rgb(97,128,98); }

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

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

 span { border-color: rgb(97,128,98); }

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