#617C5F

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

Shades of Hippie Green #617C5F

Tints of Hippie Green #617C5F

Color information

#617C5F (or 0x617C5F) is unknown color: approx Hippie Green. HEX triplet: 61, 7C and 5F. RGB value is (97,124,95). Sum of RGB (Red+Green+Blue) = 97+124+95=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5F is #9E83A0. Grayscale: #707070. Windows color (decimal): -10388385 or 6257761. OLE color: 6257761.

HSL color Cylindrical-coordinate representation of color #617C5F: hue angle of 115.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617C5F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB9712495-
CMYK0.2200.230.51
HSL115.86º13.24%42.94%-
HSV(B)115.86º23.39%48.63%-
XYZ14.217.7813.51-
YUV112.62118.05116.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=30.70%
G=39.24%
B=30.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97124950.2200.230.51115.8613.2442.94
Hex617C5F160173374d2b
Octal14117413726027631641553
Binary1100001111110010111111011001011111001111101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C5F; }

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

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

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

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

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

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

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

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