#65887E

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

Shades of Patina #65887E

Tints of Patina #65887E

Color information

#65887E (or 0x65887E) is unknown color: approx Patina. HEX triplet: 65, 88 and 7E. RGB value is (101,136,126). Sum of RGB (Red+Green+Blue) = 101+136+126=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #65887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887E is #9A7781. Grayscale: #7C7C7C. Windows color (decimal): -10123138 or 8292453. OLE color: 8292453.

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

Color convert

RGB101136126-
CMYK0.2600.070.47
HSL162.86º14.77%46.47%-
HSV(B)162.86º25.74%53.33%-
XYZ17.9421.8823.02-
YUV124.4128.9111.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=27.82%
G=37.47%
B=34.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011361260.2600.070.47162.8614.7746.47
Hex65887E1A072Fa3f2e
Octal1452101763207572431756
Binary1100101100010001111110110100111101111101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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