#618681

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

Shades of Patina #618681

Tints of Patina #618681

Color information

#618681 (or 0x618681) is unknown color: approx Patina. HEX triplet: 61, 86 and 81. RGB value is (97,134,129). Sum of RGB (Red+Green+Blue) = 97+134+129=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #618681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618681 is #9E797E. Grayscale: #7A7A7A. Windows color (decimal): -10385791 or 8488545. OLE color: 8488545.

HSL color Cylindrical-coordinate representation of color #618681: hue angle of 171.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618681 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB97134129-
CMYK0.2800.040.47
HSL171.89º16.02%45.29%-
HSV(B)171.89º27.61%52.55%-
XYZ17.4221.1823.94-
YUV122.37131.74109.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=26.94%
G=37.22%
B=35.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341290.2800.040.47171.8916.0245.29
Hex6186811C042Fac102d
Octal1412062013404572542055
Binary110000110000110100000011110001001011111010110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618681; }

 p { color: rgb(97,134,129); }

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

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

 a { background-color: rgb(97,134,129); }

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

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

 span { border-color: rgb(97,134,129); }

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