#618782

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

Shades of Patina #618782

Tints of Patina #618782

Color information

#618782 (or 0x618782) is unknown color: approx Patina. HEX triplet: 61, 87 and 82. RGB value is (97,135,130). Sum of RGB (Red+Green+Blue) = 97+135+130=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #618782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618782 is #9E787D. Grayscale: #7B7B7B. Windows color (decimal): -10385534 or 8554337. OLE color: 8554337.

HSL color Cylindrical-coordinate representation of color #618782: hue angle of 172.11º 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 #618782 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB97135130-
CMYK0.2800.040.47
HSL172.11º16.38%45.49%-
HSV(B)172.11º28.15%52.94%-
XYZ17.6221.4824.34-
YUV123.07131.91109.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=26.80%
G=37.29%
B=35.91%

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
Decimal971351300.2800.040.47172.1116.3845.49
Hex6187821C042Fac102d
Octal1412072023404572542055
Binary110000110000111100000101110001001011111010110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618782; }

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

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

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

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

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

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

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

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