#658E7A

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

Shades of Patina #658E7A

Tints of Patina #658E7A

Color information

#658E7A (or 0x658E7A) is unknown color: approx Patina. HEX triplet: 65, 8E and 7A. RGB value is (101,142,122). Sum of RGB (Red+Green+Blue) = 101+142+122=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #658E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E7A is #9A7185. Grayscale: #7F7F7F. Windows color (decimal): -10121606 or 8031845. OLE color: 8031845.

HSL color Cylindrical-coordinate representation of color #658E7A: hue angle of 150.73º 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 #658E7A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB101142122-
CMYK0.2900.140.44
HSL150.73º16.87%47.65%-
HSV(B)150.73º28.87%55.69%-
XYZ18.5523.5221.97-
YUV127.46124.92109.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=27.67%
G=38.90%
B=33.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011421220.2900.140.44150.7316.8747.65
Hex658E7A1D0E2C971130
Octal14521617235016542272160
Binary110010110001110111101011101011101011001001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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