#619989

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

Shades of Patina #619989

Tints of Patina #619989

Color information

#619989 (or 0x619989) is unknown color: approx Patina. HEX triplet: 61, 99 and 89. RGB value is (97,153,137). Sum of RGB (Red+Green+Blue) = 97+153+137=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #619989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619989 is #9E6676. Grayscale: #868686. Windows color (decimal): -10380919 or 9017697. OLE color: 9017697.

HSL color Cylindrical-coordinate representation of color #619989: hue angle of 162.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619989 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB97153137-
CMYK0.3700.100.4
HSL162.86º22.4%49.02%-
HSV(B)162.86º36.6%60%-
XYZ20.8427.1327.81-
YUV134.43129.45101.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=25.06%
G=39.53%
B=35.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531370.3700.100.4162.8622.449.02
Hex619989250A28a31631
Octal14123121145012502432661
Binary11000011001100110001001100101010101010001010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619989; }

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

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

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

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

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

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

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

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