#659F87

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

Shades of Patina #659F87

Tints of Patina #659F87

Color information

#659F87 (or 0x659F87) is unknown color: approx Patina. HEX triplet: 65, 9F and 87. RGB value is (101,159,135). Sum of RGB (Red+Green+Blue) = 101+159+135=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #659F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F87 is #9A6078. Grayscale: #8A8A8A. Windows color (decimal): -10117241 or 8888165. OLE color: 8888165.

HSL color Cylindrical-coordinate representation of color #659F87: hue angle of 155.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F87 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB101159135-
CMYK0.3600.150.38
HSL155.17º23.2%50.98%-
HSV(B)155.17º36.48%62.35%-
XYZ22.1429.3127.41-
YUV138.92125.78100.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=25.57%
G=40.25%
B=34.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591350.3600.150.38155.1723.250.98
Hex659F87240F269b1733
Octal14523720744017462332763
Binary11001011001111110000111100100011111001101001101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F87; }

 p { color: rgb(101,159,135); }

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

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

 a { background-color: rgb(101,159,135); }

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

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

 span { border-color: rgb(101,159,135); }

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