#619E89

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

Shades of Patina #619E89

Tints of Patina #619E89

Color information

#619E89 (or 0x619E89) is unknown color: approx Patina. HEX triplet: 61, 9E and 89. RGB value is (97,158,137). Sum of RGB (Red+Green+Blue) = 97+158+137=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #619E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E89 is #9E6176. Grayscale: #898989. Windows color (decimal): -10379639 or 9018977. OLE color: 9018977.

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

Color convert

RGB97158137-
CMYK0.3900.130.38
HSL159.34º23.92%50%-
HSV(B)159.34º38.61%61.96%-
XYZ21.6728.828.08-
YUV137.37127.7999.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=24.74%
G=40.31%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581370.3900.130.38159.3423.9250
Hex619E89270D269f1832
Octal14123621147015462373062
Binary11000011001111010001001100111011011001101001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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