#618D85

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

Shades of Patina #618D85

Tints of Patina #618D85

Color information

#618D85 (or 0x618D85) is unknown color: approx Patina. HEX triplet: 61, 8D and 85. RGB value is (97,141,133). Sum of RGB (Red+Green+Blue) = 97+141+133=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #618D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D85 is #9E727A. Grayscale: #7E7E7E. Windows color (decimal): -10383995 or 8752481. OLE color: 8752481.

HSL color Cylindrical-coordinate representation of color #618D85: hue angle of 169.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 #618D85 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB97141133-
CMYK0.3100.060.45
HSL169.09º18.49%46.67%-
HSV(B)169.09º31.21%55.29%-
XYZ18.6923.2825.7-
YUV126.93131.42106.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=26.15%
G=38.01%
B=35.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411330.3100.060.45169.0918.4946.67
Hex618D851F062Da9122f
Octal1412152053706552512257
Binary110000110001101100001011111101101011011010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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