#659A7E

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

Shades of Patina #659A7E

Tints of Patina #659A7E

Color information

#659A7E (or 0x659A7E) is unknown color: approx Patina. HEX triplet: 65, 9A and 7E. RGB value is (101,154,126). Sum of RGB (Red+Green+Blue) = 101+154+126=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #659A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A7E is #9A6581. Grayscale: #878787. Windows color (decimal): -10118530 or 8297061. OLE color: 8297061.

HSL color Cylindrical-coordinate representation of color #659A7E: hue angle of 148.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A7E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB101154126-
CMYK0.3400.180.40
HSL148.3º20.78%50%-
HSV(B)148.3º34.42%60.39%-
XYZ20.6927.3823.93-
YUV134.96122.94103.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=26.51%
G=40.42%
B=33.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011541260.3400.180.40148.320.7850
Hex659A7E2201228941532
Octal14523217642022502242562
Binary11001011001101011111101000100100101010001001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,154,126); }

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

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

 a { background-color: rgb(101,154,126); }

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

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

 span { border-color: rgb(101,154,126); }

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