#65967C

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

Shades of Patina #65967C

Tints of Patina #65967C

Color information

#65967C (or 0x65967C) is unknown color: approx Patina. HEX triplet: 65, 96 and 7C. RGB value is (101,150,124). Sum of RGB (Red+Green+Blue) = 101+150+124=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #65967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967C is #9A6983. Grayscale: #848484. Windows color (decimal): -10119556 or 8164965. OLE color: 8164965.

HSL color Cylindrical-coordinate representation of color #65967C: hue angle of 148.16º 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 #65967C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB101150124-
CMYK0.3300.170.41
HSL148.16º19.52%49.22%-
HSV(B)148.16º32.67%58.82%-
XYZ19.9126.0323.04-
YUV132.38123.27105.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=26.93%
G=40%
B=33.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501240.3300.170.41148.1619.5249.22
Hex65967C2101129941431
Octal14522617441021512242461
Binary11001011001011011111001000010100011010011001010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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