#65967F

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

Shades of Patina #65967F

Tints of Patina #65967F

Color information

#65967F (or 0x65967F) is unknown color: approx Patina. HEX triplet: 65, 96 and 7F. RGB value is (101,150,127). Sum of RGB (Red+Green+Blue) = 101+150+127=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #65967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967F is #9A6980. Grayscale: #848484. Windows color (decimal): -10119553 or 8361573. OLE color: 8361573.

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

Color convert

RGB101150127-
CMYK0.3300.150.41
HSL151.84º19.52%49.22%-
HSV(B)151.84º32.67%58.82%-
XYZ20.126.1124.06-
YUV132.73124.77105.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 127 (50% from 255) = 33.60%
R=26.72%
G=39.68%
B=33.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501270.3300.150.41151.8419.5249.22
Hex65967F210F29981431
Octal14522617741017512302461
Binary1100101100101101111111100001011111010011001100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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