#619B80

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

Shades of Patina #619B80

Tints of Patina #619B80

Color information

#619B80 (or 0x619B80) is unknown color: approx Patina. HEX triplet: 61, 9B and 80. RGB value is (97,155,128). Sum of RGB (Red+Green+Blue) = 97+155+128=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #619B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B80 is #9E647F. Grayscale: #868686. Windows color (decimal): -10380416 or 8428385. OLE color: 8428385.

HSL color Cylindrical-coordinate representation of color #619B80: hue angle of 152.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B80 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB97155128-
CMYK0.3700.170.39
HSL152.07º23.02%49.41%-
HSV(B)152.07º37.42%60.78%-
XYZ20.5527.5424.66-
YUV134.58124.28101.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=25.53%
G=40.79%
B=33.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551280.3700.170.39152.0723.0249.41
Hex619B802501127981731
Octal14123320045021472302761
Binary110000110011011100000001001010100011001111001100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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