#65A386

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

Shades of Patina #65A386

Tints of Patina #65A386

Color information

#65A386 (or 0x65A386) is unknown color: approx Patina. HEX triplet: 65, A3 and 86. RGB value is (101,163,134). Sum of RGB (Red+Green+Blue) = 101+163+134=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #65A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A386 is #9A5C79. Grayscale: #8D8D8D. Windows color (decimal): -10116218 or 8823653. OLE color: 8823653.

HSL color Cylindrical-coordinate representation of color #65A386: hue angle of 151.94º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A386 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB101163134-
CMYK0.3800.180.36
HSL151.94º25.2%51.76%-
HSV(B)151.94º38.04%63.92%-
XYZ22.7730.6827.28-
YUV141.16123.9699.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=25.38%
G=40.95%
B=33.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631340.3800.180.36151.9425.251.76
Hex65A3862601224981934
Octal14524320646022442303164
Binary110010110100011100001101001100100101001001001100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A386; }

 p { color: rgb(101,163,134); }

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

<style>
 a { background-color: #65A386; }

 a { background-color: rgb(101,163,134); }

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

<style>
 span { border-color: #65A386; }

 span { border-color: rgb(101,163,134); }

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