#65A28B

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

Shades of Patina #65A28B

Tints of Patina #65A28B

Color information

#65A28B (or 0x65A28B) is unknown color: approx Patina. HEX triplet: 65, A2 and 8B. RGB value is (101,162,139). Sum of RGB (Red+Green+Blue) = 101+162+139=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #65A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A28B is #9A5D74. Grayscale: #8D8D8D. Windows color (decimal): -10116469 or 9151077. OLE color: 9151077.

HSL color Cylindrical-coordinate representation of color #65A28B: hue angle of 157.38º 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 #65A28B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB101162139-
CMYK0.3800.140.36
HSL157.38º24.7%51.57%-
HSV(B)157.38º37.65%63.53%-
XYZ22.9530.4729.1-
YUV141.14126.7999.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=25.12%
G=40.30%
B=34.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621390.3800.140.36157.3824.751.57
Hex65A28B260E249d1934
Octal14524221346016442353164
Binary11001011010001010001011100110011101001001001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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