#65968C

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

Shades of Patina #65968C

Tints of Patina #65968C

Color information

#65968C (or 0x65968C) is unknown color: approx Patina. HEX triplet: 65, 96 and 8C. RGB value is (101,150,140). Sum of RGB (Red+Green+Blue) = 101+150+140=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #65968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65968C is #9A6973. Grayscale: #868686. Windows color (decimal): -10119540 or 9213541. OLE color: 9213541.

HSL color Cylindrical-coordinate representation of color #65968C: hue angle of 167.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65968C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB101150140-
CMYK0.3300.070.41
HSL167.76º19.52%49.22%-
HSV(B)167.76º32.67%58.82%-
XYZ21.0126.4728.81-
YUV134.21131.27104.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=25.83%
G=38.36%
B=35.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501400.3300.070.41167.7619.5249.22
Hex65968C210729a81431
Octal1452262144107512502461
Binary1100101100101101000110010000101111010011010100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65968C; }

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

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

<style>
 a { background-color: #65968C; }

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

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

<style>
 span { border-color: #65968C; }

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

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