#65937F

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

Shades of Patina #65937F

Tints of Patina #65937F

Color information

#65937F (or 0x65937F) is unknown color: approx Patina. HEX triplet: 65, 93 and 7F. RGB value is (101,147,127). Sum of RGB (Red+Green+Blue) = 101+147+127=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #65937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65937F is #9A6C80. Grayscale: #838383. Windows color (decimal): -10120321 or 8360805. OLE color: 8360805.

HSL color Cylindrical-coordinate representation of color #65937F: hue angle of 153.91º 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 #65937F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB101147127-
CMYK0.3100.140.42
HSL153.91º18.55%48.63%-
HSV(B)153.91º31.29%57.65%-
XYZ19.6325.1723.9-
YUV130.97125.76106.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 127 (50% from 255) = 33.87%
R=26.93%
G=39.2%
B=33.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471270.3100.140.42153.9118.5548.63
Hex65937F1F0E2A9a1331
Octal14522317737016522322361
Binary110010110010011111111111111011101010101001101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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