#619B8E

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

Shades of Patina #619B8E

Tints of Patina #619B8E

Color information

#619B8E (or 0x619B8E) is unknown color: approx Patina. HEX triplet: 61, 9B and 8E. RGB value is (97,155,142). Sum of RGB (Red+Green+Blue) = 97+155+142=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #619B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B8E is #9E6471. Grayscale: #888888. Windows color (decimal): -10380402 or 9345889. OLE color: 9345889.

HSL color Cylindrical-coordinate representation of color #619B8E: hue angle of 166.55º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B8E is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB97155142-
CMYK0.3700.080.39
HSL166.55º23.02%49.41%-
HSV(B)166.55º37.42%60.78%-
XYZ21.5327.9429.85-
YUV136.18131.28100.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=24.62%
G=39.34%
B=36.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551420.3700.080.39166.5523.0249.41
Hex619B8E250827a71731
Octal14123321645010472472761
Binary11000011001101110001110100101010001001111010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,142); }

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

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

 a { background-color: rgb(97,155,142); }

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

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

 span { border-color: rgb(97,155,142); }

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