#618D7A

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

Shades of Patina #618D7A

Tints of Patina #618D7A

Color information

#618D7A (or 0x618D7A) is unknown color: approx Patina. HEX triplet: 61, 8D and 7A. RGB value is (97,141,122). Sum of RGB (Red+Green+Blue) = 97+141+122=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #618D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D7A is #9E7285. Grayscale: #7D7D7D. Windows color (decimal): -10384006 or 8031585. OLE color: 8031585.

HSL color Cylindrical-coordinate representation of color #618D7A: hue angle of 154.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D7A is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB97141122-
CMYK0.3100.130.45
HSL154.09º18.49%46.67%-
HSV(B)154.09º31.21%55.29%-
XYZ17.972321.9-
YUV125.68125.92107.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=26.94%
G=39.17%
B=33.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411220.3100.130.45154.0918.4946.67
Hex618D7A1F0D2D9a122f
Octal14121517237015552322257
Binary110000110001101111101011111011011011011001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618D7A; }

 p { color: rgb(97,141,122); }

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

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

 a { background-color: rgb(97,141,122); }

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

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

 span { border-color: rgb(97,141,122); }

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