#65937D

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

Shades of Patina #65937D

Tints of Patina #65937D

Color information

#65937D (or 0x65937D) is unknown color: approx Patina. HEX triplet: 65, 93 and 7D. RGB value is (101,147,125). Sum of RGB (Red+Green+Blue) = 101+147+125=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #65937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65937D is #9A6C82. Grayscale: #828282. Windows color (decimal): -10120323 or 8229733. OLE color: 8229733.

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

Color convert

RGB101147125-
CMYK0.3100.150.42
HSL151.3º18.55%48.63%-
HSV(B)151.3º31.29%57.65%-
XYZ19.525.1123.22-
YUV130.74124.76106.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=27.08%
G=39.41%
B=33.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471250.3100.150.42151.318.5548.63
Hex65937D1F0F2A971331
Octal14522317537017522272361
Binary110010110010011111110111111011111010101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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