#618C7E

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

Shades of Patina #618C7E

Tints of Patina #618C7E

Color information

#618C7E (or 0x618C7E) is unknown color: approx Patina. HEX triplet: 61, 8C and 7E. RGB value is (97,140,126). Sum of RGB (Red+Green+Blue) = 97+140+126=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #618C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C7E is #9E7381. Grayscale: #7D7D7D. Windows color (decimal): -10384258 or 8293473. OLE color: 8293473.

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

Color convert

RGB97140126-
CMYK0.3100.100.45
HSL160.47º18.14%46.47%-
HSV(B)160.47º30.71%54.9%-
XYZ18.0722.823.19-
YUV125.55128.25107.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=26.72%
G=38.57%
B=34.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971401260.3100.100.45160.4718.1446.47
Hex618C7E1F0A2Da0122e
Octal14121417637012552402256
Binary110000110001100111111011111010101011011010000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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