#618F79

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

Shades of Patina #618F79

Tints of Patina #618F79

Color information

#618F79 (or 0x618F79) is unknown color: approx Patina. HEX triplet: 61, 8F and 79. RGB value is (97,143,121). Sum of RGB (Red+Green+Blue) = 97+143+121=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #618F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F79 is #9E7086. Grayscale: #7E7E7E. Windows color (decimal): -10383495 or 7966561. OLE color: 7966561.

HSL color Cylindrical-coordinate representation of color #618F79: hue angle of 151.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618F79 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB97143121-
CMYK0.3200.150.44
HSL151.3º19.17%47.06%-
HSV(B)151.3º32.17%56.08%-
XYZ18.223.5721.68-
YUV126.74124.76106.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=26.87%
G=39.61%
B=33.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971431210.3200.150.44151.319.1747.06
Hex618F79200F2C97132f
Octal14121717140017542272357
Binary1100001100011111111001100000011111011001001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,143,121); }

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

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

 a { background-color: rgb(97,143,121); }

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

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

 span { border-color: rgb(97,143,121); }

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