#618E7D

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

Shades of Patina #618E7D

Tints of Patina #618E7D

Color information

#618E7D (or 0x618E7D) is unknown color: approx Patina. HEX triplet: 61, 8E and 7D. RGB value is (97,142,125). Sum of RGB (Red+Green+Blue) = 97+142+125=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #618E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E7D is #9E7182. Grayscale: #7E7E7E. Windows color (decimal): -10383747 or 8228449. OLE color: 8228449.

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

Color convert

RGB97142125-
CMYK0.3200.120.44
HSL157.33º18.83%46.86%-
HSV(B)157.33º31.69%55.69%-
XYZ18.323.3722.95-
YUV126.61127.09106.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=26.65%
G=39.01%
B=34.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971421250.3200.120.44157.3318.8346.86
Hex618E7D200C2C9d132f
Octal14121617540014542352357
Binary1100001100011101111101100000011001011001001110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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