#658F79

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

Shades of Patina #658F79

Tints of Patina #658F79

Color information

#658F79 (or 0x658F79) is unknown color: approx Patina. HEX triplet: 65, 8F and 79. RGB value is (101,143,121). Sum of RGB (Red+Green+Blue) = 101+143+121=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #658F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F79 is #9A7086. Grayscale: #7F7F7F. Windows color (decimal): -10121351 or 7966565. OLE color: 7966565.

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

Color convert

RGB101143121-
CMYK0.2900.150.44
HSL148.57º17.21%47.84%-
HSV(B)148.57º29.37%56.08%-
XYZ18.6423.7921.7-
YUV127.93124.09108.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=27.67%
G=39.18%
B=33.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011431210.2900.150.44148.5717.2147.84
Hex658F791D0F2C951130
Octal14521717135017542252160
Binary110010110001111111100111101011111011001001010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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