#658D79

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

Shades of Patina #658D79

Tints of Patina #658D79

Color information

#658D79 (or 0x658D79) is unknown color: approx Patina. HEX triplet: 65, 8D and 79. RGB value is (101,141,121). Sum of RGB (Red+Green+Blue) = 101+141+121=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #658D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658D79 is #9A7286. Grayscale: #7E7E7E. Windows color (decimal): -10121863 or 7966053. OLE color: 7966053.

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

Color convert

RGB101141121-
CMYK0.2800.140.45
HSL150º16.53%47.45%-
HSV(B)150º28.37%55.29%-
XYZ18.3423.221.6-
YUV126.76124.75109.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=27.82%
G=38.84%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011411210.2800.140.4515016.5347.45
Hex658D791C0E2D96112f
Octal14521517134016552262157
Binary110010110001101111100111100011101011011001011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,121); }

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

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

 a { background-color: rgb(101,141,121); }

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

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

 span { border-color: rgb(101,141,121); }

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