#659B8E

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

Shades of Patina #659B8E

Tints of Patina #659B8E

Color information

#659B8E (or 0x659B8E) is unknown color: approx Patina. HEX triplet: 65, 9B and 8E. RGB value is (101,155,142). Sum of RGB (Red+Green+Blue) = 101+155+142=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #659B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B8E is #9A6471. Grayscale: #898989. Windows color (decimal): -10118258 or 9345893. OLE color: 9345893.

HSL color Cylindrical-coordinate representation of color #659B8E: hue angle of 165.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B8E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB101155142-
CMYK0.3500.080.39
HSL165.56º21.26%50.2%-
HSV(B)165.56º34.84%60.78%-
XYZ21.9728.1629.87-
YUV137.37130.61102.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=25.38%
G=38.94%
B=35.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011551420.3500.080.39165.5621.2650.2
Hex659B8E230827a61532
Octal14523321643010472462562
Binary11001011001101110001110100011010001001111010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,155,142); }

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

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

 a { background-color: rgb(101,155,142); }

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

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

 span { border-color: rgb(101,155,142); }

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