#619D8B

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

Shades of Patina #619D8B

Tints of Patina #619D8B

Color information

#619D8B (or 0x619D8B) is unknown color: approx Patina. HEX triplet: 61, 9D and 8B. RGB value is (97,157,139). Sum of RGB (Red+Green+Blue) = 97+157+139=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #619D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D8B is #9E6274. Grayscale: #898989. Windows color (decimal): -10379893 or 9149793. OLE color: 9149793.

HSL color Cylindrical-coordinate representation of color #619D8B: hue angle of 162º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D8B is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB97157139-
CMYK0.3800.110.38
HSL162º23.62%49.8%-
HSV(B)162º38.22%61.57%-
XYZ21.6528.5228.79-
YUV137.01129.1299.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=24.68%
G=39.95%
B=35.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571390.3800.110.3816223.6249.8
Hex619D8B260B26a21832
Octal14123521346013462423062
Binary11000011001110110001011100110010111001101010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,139); }

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

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

 a { background-color: rgb(97,157,139); }

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

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

 span { border-color: rgb(97,157,139); }

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