#618B80

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

Shades of Patina #618B80

Tints of Patina #618B80

Color information

#618B80 (or 0x618B80) is unknown color: approx Patina. HEX triplet: 61, 8B and 80. RGB value is (97,139,128). Sum of RGB (Red+Green+Blue) = 97+139+128=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #618B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B80 is #9E747F. Grayscale: #7D7D7D. Windows color (decimal): -10384512 or 8424289. OLE color: 8424289.

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

Color convert

RGB97139128-
CMYK0.3000.080.45
HSL164.29º17.8%46.27%-
HSV(B)164.29º30.22%54.51%-
XYZ18.0622.5723.83-
YUV125.19129.59107.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=26.65%
G=38.19%
B=35.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971391280.3000.080.45164.2917.846.27
Hex618B801E082Da4122e
Octal14121320036010552442256
Binary1100001100010111000000011110010001011011010010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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