#659D8C

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

Shades of Patina #659D8C

Tints of Patina #659D8C

Color information

#659D8C (or 0x659D8C) is unknown color: approx Patina. HEX triplet: 65, 9D and 8C. RGB value is (101,157,140). Sum of RGB (Red+Green+Blue) = 101+157+140=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #659D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D8C is #9A6273. Grayscale: #8A8A8A. Windows color (decimal): -10117748 or 9215333. OLE color: 9215333.

HSL color Cylindrical-coordinate representation of color #659D8C: hue angle of 161.79º degrees, saturation: 0.22, 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 #659D8C is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB101157140-
CMYK0.3600.110.38
HSL161.79º22.22%50.59%-
HSV(B)161.79º35.67%61.57%-
XYZ22.1628.7729.2-
YUV138.32128.95101.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 157 (61.72% from 255) = 39.45%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=25.38%
G=39.45%
B=35.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571400.3600.110.38161.7922.2250.59
Hex659D8C240B26a21633
Octal14523521444013462422663
Binary11001011001110110001100100100010111001101010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,157,140); }

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

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

 a { background-color: rgb(101,157,140); }

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

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

 span { border-color: rgb(101,157,140); }

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