#618882

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

Shades of Patina #618882

Tints of Patina #618882

Color information

#618882 (or 0x618882) is unknown color: approx Patina. HEX triplet: 61, 88 and 82. RGB value is (97,136,130). Sum of RGB (Red+Green+Blue) = 97+136+130=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #618882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618882 is #9E777D. Grayscale: #7B7B7B. Windows color (decimal): -10385278 or 8554593. OLE color: 8554593.

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

Color convert

RGB97136130-
CMYK0.2900.040.47
HSL170.77º16.74%45.69%-
HSV(B)170.77º28.68%53.33%-
XYZ17.7621.7624.38-
YUV123.66131.58108.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=26.72%
G=37.47%
B=35.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971361300.2900.040.47170.7716.7445.69
Hex6188821D042Fab112e
Octal1412102023504572532156
Binary110000110001000100000101110101001011111010101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618882; }

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

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

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

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

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

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

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

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