#659E81

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

Shades of Patina #659E81

Tints of Patina #659E81

Color information

#659E81 (or 0x659E81) is unknown color: approx Patina. HEX triplet: 65, 9E and 81. RGB value is (101,158,129). Sum of RGB (Red+Green+Blue) = 101+158+129=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #659E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E81 is #9A617E. Grayscale: #898989. Windows color (decimal): -10117503 or 8494693. OLE color: 8494693.

HSL color Cylindrical-coordinate representation of color #659E81: hue angle of 149.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E81 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB101158129-
CMYK0.3600.180.38
HSL149.47º22.71%50.78%-
HSV(B)149.47º36.08%61.96%-
XYZ21.5628.8125.19-
YUV137.65123.12101.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=26.03%
G=40.72%
B=33.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581290.3600.180.38149.4722.7150.78
Hex659E812401226951733
Octal14523620144022462252763
Binary110010110011110100000011001000100101001101001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659E81; }

 p { color: rgb(101,158,129); }

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

<style>
 a { background-color: #659E81; }

 a { background-color: rgb(101,158,129); }

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

<style>
 span { border-color: #659E81; }

 span { border-color: rgb(101,158,129); }

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