#658E81

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

Shades of Patina #658E81

Tints of Patina #658E81

Color information

#658E81 (or 0x658E81) is unknown color: approx Patina. HEX triplet: 65, 8E and 81. RGB value is (101,142,129). Sum of RGB (Red+Green+Blue) = 101+142+129=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #658E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658E81 is #9A717E. Grayscale: #808080. Windows color (decimal): -10121599 or 8490597. OLE color: 8490597.

HSL color Cylindrical-coordinate representation of color #658E81: hue angle of 160.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658E81 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB101142129-
CMYK0.2900.090.44
HSL160.98º16.87%47.65%-
HSV(B)160.98º28.87%55.69%-
XYZ1923.724.34-
YUV128.26128.42108.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=27.15%
G=38.17%
B=34.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011421290.2900.090.44160.9816.8747.65
Hex658E811D092Ca11130
Octal14521620135011542412160
Binary1100101100011101000000111101010011011001010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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