#65897E

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

Shades of Patina #65897E

Tints of Patina #65897E

Color information

#65897E (or 0x65897E) is unknown color: approx Patina. HEX triplet: 65, 89 and 7E. RGB value is (101,137,126). Sum of RGB (Red+Green+Blue) = 101+137+126=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #65897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65897E is #9A7681. Grayscale: #7C7C7C. Windows color (decimal): -10122882 or 8292709. OLE color: 8292709.

HSL color Cylindrical-coordinate representation of color #65897E: hue angle of 161.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65897E is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB101137126-
CMYK0.2600.080.46
HSL161.67º15.13%46.67%-
HSV(B)161.67º26.28%53.73%-
XYZ18.0822.1623.06-
YUV124.98128.57110.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=27.75%
G=37.64%
B=34.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011371260.2600.080.46161.6715.1346.67
Hex65897E1A082Ea2f2f
Octal14521117632010562421757
Binary11001011000100111111101101001000101110101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65897E; }

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

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

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

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

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

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

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

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