#65A08B

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

Shades of Patina #65A08B

Tints of Patina #65A08B

Color information

#65A08B (or 0x65A08B) is unknown color: approx Patina. HEX triplet: 65, A0 and 8B. RGB value is (101,160,139). Sum of RGB (Red+Green+Blue) = 101+160+139=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #65A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A08B is #9A5F74. Grayscale: #8B8B8B. Windows color (decimal): -10116981 or 9150565. OLE color: 9150565.

HSL color Cylindrical-coordinate representation of color #65A08B: hue angle of 158.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A08B is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB101160139-
CMYK0.3700.130.37
HSL158.64º23.69%51.18%-
HSV(B)158.64º36.88%62.75%-
XYZ22.629.7728.98-
YUV139.96127.45100.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=25.25%
G=40%
B=34.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011601390.3700.130.37158.6423.6951.18
Hex65A08B250D259f1833
Octal14524021345015452373063
Binary11001011010000010001011100101011011001011001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,160,139); }

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

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

 a { background-color: rgb(101,160,139); }

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

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

 span { border-color: rgb(101,160,139); }

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