#65967E

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

Shades of Patina #65967E

Tints of Patina #65967E

Color information

#65967E (or 0x65967E) is unknown color: approx Patina. HEX triplet: 65, 96 and 7E. RGB value is (101,150,126). Sum of RGB (Red+Green+Blue) = 101+150+126=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #65967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967E is #9A6981. Grayscale: #848484. Windows color (decimal): -10119554 or 8296037. OLE color: 8296037.

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

Color convert

RGB101150126-
CMYK0.3300.160.41
HSL150.61º19.52%49.22%-
HSV(B)150.61º32.67%58.82%-
XYZ20.0426.0923.72-
YUV132.61124.27105.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=26.79%
G=39.79%
B=33.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501260.3300.160.41150.6119.5249.22
Hex65967E2101029971431
Octal14522617641020512272461
Binary11001011001011011111101000010100001010011001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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