#65867C

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

Shades of Patina #65867C

Tints of Patina #65867C

Color information

#65867C (or 0x65867C) is unknown color: approx Patina. HEX triplet: 65, 86 and 7C. RGB value is (101,134,124). Sum of RGB (Red+Green+Blue) = 101+134+124=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #65867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867C is #9A7983. Grayscale: #7B7B7B. Windows color (decimal): -10123652 or 8160869. OLE color: 8160869.

HSL color Cylindrical-coordinate representation of color #65867C: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65867C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB101134124-
CMYK0.2500.070.47
HSL161.82º14.04%46.08%-
HSV(B)161.82º24.63%52.55%-
XYZ17.5321.2722.25-
YUV122.99128.57112.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=28.13%
G=37.33%
B=34.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341240.2500.070.47161.8214.0446.08
Hex65867C19072Fa2e2e
Octal1452061743107572421656
Binary1100101100001101111100110010111101111101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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