#65937C

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

Shades of Patina #65937C

Tints of Patina #65937C

Color information

#65937C (or 0x65937C) is unknown color: approx Patina. HEX triplet: 65, 93 and 7C. RGB value is (101,147,124). Sum of RGB (Red+Green+Blue) = 101+147+124=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #65937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65937C is #9A6C83. Grayscale: #828282. Windows color (decimal): -10120324 or 8164197. OLE color: 8164197.

HSL color Cylindrical-coordinate representation of color #65937C: hue angle of 150º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65937C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB101147124-
CMYK0.3100.160.42
HSL150º18.55%48.63%-
HSV(B)150º31.29%57.65%-
XYZ19.4425.0922.89-
YUV130.62124.26106.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=27.15%
G=39.52%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471240.3100.160.4215018.5548.63
Hex65937C1F0102A961331
Octal14522317437020522262361
Binary1100101100100111111100111110100001010101001011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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