#618E85

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

Shades of Patina #618E85

Tints of Patina #618E85

Color information

#618E85 (or 0x618E85) is unknown color: approx Patina. HEX triplet: 61, 8E and 85. RGB value is (97,142,133). Sum of RGB (Red+Green+Blue) = 97+142+133=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #618E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E85 is #9E717A. Grayscale: #7F7F7F. Windows color (decimal): -10383739 or 8752737. OLE color: 8752737.

HSL color Cylindrical-coordinate representation of color #618E85: hue angle of 168º 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 #618E85 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB97142133-
CMYK0.3200.060.44
HSL168º18.83%46.86%-
HSV(B)168º31.69%55.69%-
XYZ18.8423.5825.75-
YUV127.52131.09106.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=26.08%
G=38.17%
B=35.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971421330.3200.060.4416818.8346.86
Hex618E8520062Ca8132f
Octal1412162054006542502357
Binary1100001100011101000010110000001101011001010100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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