#618F82

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

Shades of Patina #618F82

Tints of Patina #618F82

Color information

#618F82 (or 0x618F82) is unknown color: approx Patina. HEX triplet: 61, 8F and 82. RGB value is (97,143,130). Sum of RGB (Red+Green+Blue) = 97+143+130=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #618F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618F82 is #9E707D. Grayscale: #7F7F7F. Windows color (decimal): -10383486 or 8556385. OLE color: 8556385.

HSL color Cylindrical-coordinate representation of color #618F82: hue angle of 163.04º 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 #618F82 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB97143130-
CMYK0.3200.090.44
HSL163.04º19.17%47.06%-
HSV(B)163.04º32.17%56.08%-
XYZ18.7823.824.72-
YUV127.76129.26106.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=26.22%
G=38.65%
B=35.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971431300.3200.090.44163.0419.1747.06
Hex618F8220092Ca3132f
Octal14121720240011542432357
Binary11000011000111110000010100000010011011001010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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