#619E82

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

Shades of Patina #619E82

Tints of Patina #619E82

Color information

#619E82 (or 0x619E82) is unknown color: approx Patina. HEX triplet: 61, 9E and 82. RGB value is (97,158,130). Sum of RGB (Red+Green+Blue) = 97+158+130=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #619E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E82 is #9E617D. Grayscale: #888888. Windows color (decimal): -10379646 or 8560225. OLE color: 8560225.

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

Color convert

RGB97158130-
CMYK0.3900.180.38
HSL152.46º23.92%50%-
HSV(B)152.46º38.61%61.96%-
XYZ21.1928.6125.52-
YUV136.57124.2999.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=25.19%
G=41.04%
B=33.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581300.3900.180.38152.4623.9250
Hex619E822701226981832
Octal14123620247022462303062
Binary110000110011110100000101001110100101001101001100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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