#619E87

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

Shades of Patina #619E87

Tints of Patina #619E87

Color information

#619E87 (or 0x619E87) is unknown color: approx Patina. HEX triplet: 61, 9E and 87. RGB value is (97,158,135). Sum of RGB (Red+Green+Blue) = 97+158+135=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #619E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E87 is #9E6178. Grayscale: #898989. Windows color (decimal): -10379641 or 8887905. OLE color: 8887905.

HSL color Cylindrical-coordinate representation of color #619E87: hue angle of 157.38º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E87 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB97158135-
CMYK0.3900.150.38
HSL157.38º23.92%50%-
HSV(B)157.38º38.61%61.96%-
XYZ21.5328.7427.34-
YUV137.14126.7999.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=24.87%
G=40.51%
B=34.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581350.3900.150.38157.3823.9250
Hex619E87270F269d1832
Octal14123620747017462353062
Binary11000011001111010000111100111011111001101001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,135); }

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

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

 a { background-color: rgb(97,158,135); }

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

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

 span { border-color: rgb(97,158,135); }

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