#658B7C

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

Shades of Patina #658B7C

Tints of Patina #658B7C

Color information

#658B7C (or 0x658B7C) is unknown color: approx Patina. HEX triplet: 65, 8B and 7C. RGB value is (101,139,124). Sum of RGB (Red+Green+Blue) = 101+139+124=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #658B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B7C is #9A7483. Grayscale: #7D7D7D. Windows color (decimal): -10122372 or 8162149. OLE color: 8162149.

HSL color Cylindrical-coordinate representation of color #658B7C: hue angle of 156.32º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B7C is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB101139124-
CMYK0.2700.110.45
HSL156.32º15.83%47.06%-
HSV(B)156.32º27.34%54.51%-
XYZ18.2422.6922.49-
YUV125.93126.91110.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=27.75%
G=38.19%
B=34.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011391240.2700.110.45156.3215.8347.06
Hex658B7C1B0B2D9c102f
Octal14521317433013552342057
Binary110010110001011111110011011010111011011001110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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