#619B8A

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

Shades of Patina #619B8A

Tints of Patina #619B8A

Color information

#619B8A (or 0x619B8A) is unknown color: approx Patina. HEX triplet: 61, 9B and 8A. RGB value is (97,155,138). Sum of RGB (Red+Green+Blue) = 97+155+138=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #619B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B8A is #9E6475. Grayscale: #878787. Windows color (decimal): -10380406 or 9083745. OLE color: 9083745.

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

Color convert

RGB97155138-
CMYK0.3700.110.39
HSL162.41º23.02%49.41%-
HSV(B)162.41º37.42%60.78%-
XYZ21.2427.8228.29-
YUV135.72129.28100.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 155 (60.94% from 255) = 39.74%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=24.87%
G=39.74%
B=35.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551380.3700.110.39162.4123.0249.41
Hex619B8A250B27a21731
Octal14123321245013472422761
Binary11000011001101110001010100101010111001111010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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