#618780

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

Shades of Patina #618780

Tints of Patina #618780

Color information

#618780 (or 0x618780) is unknown color: approx Patina. HEX triplet: 61, 87 and 80. RGB value is (97,135,128). Sum of RGB (Red+Green+Blue) = 97+135+128=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #618780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618780 is #9E787F. Grayscale: #7A7A7A. Windows color (decimal): -10385536 or 8423265. OLE color: 8423265.

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

Color convert

RGB97135128-
CMYK0.2800.050.47
HSL168.95º16.38%45.49%-
HSV(B)168.95º28.15%52.94%-
XYZ17.4921.4323.64-
YUV122.84130.91109.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=26.94%
G=37.5%
B=35.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351280.2800.050.47168.9516.3845.49
Hex6187801C052Fa9102d
Octal1412072003405572512055
Binary110000110000111100000001110001011011111010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618780; }

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

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

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

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

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

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

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

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