#618C62

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

Shades of Hippie Green #618C62

Tints of Hippie Green #618C62

Color information

#618C62 (or 0x618C62) is unknown color: approx Hippie Green. HEX triplet: 61, 8C and 62. RGB value is (97,140,98). Sum of RGB (Red+Green+Blue) = 97+140+98=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #618C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C62 is #9E739D. Grayscale: #7A7A7A. Windows color (decimal): -10384286 or 6458465. OLE color: 6458465.

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

Color convert

RGB9714098-
CMYK0.3100.30.45
HSL121.4º18.14%46.47%-
HSV(B)121.4º30.71%54.9%-
XYZ16.5122.1814.97-
YUV122.35114.25109.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=28.96%
G=41.79%
B=29.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97140980.3100.30.45121.418.1446.47
Hex618C621F01E2D79122e
Octal14121414237036551712256
Binary110000110001100110001011111011110101101111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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