#619F81

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

Shades of Patina #619F81

Tints of Patina #619F81

Color information

#619F81 (or 0x619F81) is unknown color: approx Patina. HEX triplet: 61, 9F and 81. RGB value is (97,159,129). Sum of RGB (Red+Green+Blue) = 97+159+129=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #619F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F81 is #9E607E. Grayscale: #898989. Windows color (decimal): -10379391 or 8494945. OLE color: 8494945.

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

Color convert

RGB97159129-
CMYK0.3900.190.38
HSL150.97º24.41%50.2%-
HSV(B)150.97º38.99%62.35%-
XYZ21.2928.9225.23-
YUV137.04123.4699.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=25.19%
G=41.30%
B=33.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971591290.3900.190.38150.9724.4150.2
Hex619F812701326971832
Octal14123720147023462273062
Binary110000110011111100000011001110100111001101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,129); }

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

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

 a { background-color: rgb(97,159,129); }

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

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

 span { border-color: rgb(97,159,129); }

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