#619A88

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

Shades of Patina #619A88

Tints of Patina #619A88

Color information

#619A88 (or 0x619A88) is unknown color: approx Patina. HEX triplet: 61, 9A and 88. RGB value is (97,154,136). Sum of RGB (Red+Green+Blue) = 97+154+136=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #619A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A88 is #9E6577. Grayscale: #868686. Windows color (decimal): -10380664 or 8952417. OLE color: 8952417.

HSL color Cylindrical-coordinate representation of color #619A88: hue angle of 161.05º degrees, saturation: 0.23, 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 #619A88 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB97154136-
CMYK0.3700.120.40
HSL161.05º22.71%49.22%-
HSV(B)161.05º37.01%60.39%-
XYZ20.9327.4327.48-
YUV134.9128.62100.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=25.06%
G=39.79%
B=35.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971541360.3700.120.40161.0522.7149.22
Hex619A88250C28a11731
Octal14123221045014502412761
Binary11000011001101010001000100101011001010001010000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,154,136); }

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

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

 a { background-color: rgb(97,154,136); }

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

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

 span { border-color: rgb(97,154,136); }

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