#618C7D

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

Shades of Patina #618C7D

Tints of Patina #618C7D

Color information

#618C7D (or 0x618C7D) is unknown color: approx Patina. HEX triplet: 61, 8C and 7D. RGB value is (97,140,125). Sum of RGB (Red+Green+Blue) = 97+140+125=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #618C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C7D is #9E7382. Grayscale: #7D7D7D. Windows color (decimal): -10384259 or 8227937. OLE color: 8227937.

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

Color convert

RGB97140125-
CMYK0.3100.110.45
HSL159.07º18.14%46.47%-
HSV(B)159.07º30.71%54.9%-
XYZ18.0122.7822.85-
YUV125.43127.75107.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=26.80%
G=38.67%
B=34.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971401250.3100.110.45159.0718.1446.47
Hex618C7D1F0B2D9f122e
Octal14121417537013552372256
Binary110000110001100111110111111010111011011001111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,125); }

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

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

 a { background-color: rgb(97,140,125); }

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

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

 span { border-color: rgb(97,140,125); }

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