#65877C

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

Shades of Patina #65877C

Tints of Patina #65877C

Color information

#65877C (or 0x65877C) is unknown color: approx Patina. HEX triplet: 65, 87 and 7C. RGB value is (101,135,124). Sum of RGB (Red+Green+Blue) = 101+135+124=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #65877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65877C is #9A7883. Grayscale: #7B7B7B. Windows color (decimal): -10123396 or 8161125. OLE color: 8161125.

HSL color Cylindrical-coordinate representation of color #65877C: hue angle of 160.59º 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 #65877C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB101135124-
CMYK0.2500.080.47
HSL160.59º14.41%46.27%-
HSV(B)160.59º25.19%52.94%-
XYZ17.6721.5522.3-
YUV123.58128.24111.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=28.06%
G=37.5%
B=34.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011351240.2500.080.47160.5914.4146.27
Hex65877C19082Fa1e2e
Octal14520717431010572411656
Binary11001011000011111111001100101000101111101000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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