#619B82

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

Shades of Patina #619B82

Tints of Patina #619B82

Color information

#619B82 (or 0x619B82) is unknown color: approx Patina. HEX triplet: 61, 9B and 82. RGB value is (97,155,130). Sum of RGB (Red+Green+Blue) = 97+155+130=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #619B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B82 is #9E647D. Grayscale: #868686. Windows color (decimal): -10380414 or 8559457. OLE color: 8559457.

HSL color Cylindrical-coordinate representation of color #619B82: hue angle of 154.14º 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 #619B82 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB97155130-
CMYK0.3700.160.39
HSL154.14º23.02%49.41%-
HSV(B)154.14º37.42%60.78%-
XYZ20.6827.625.36-
YUV134.81125.28101.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=25.39%
G=40.58%
B=34.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551300.3700.160.39154.1423.0249.41
Hex619B8225010279a1731
Octal14123320245020472322761
Binary110000110011011100000101001010100001001111001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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