#658F7E

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

Shades of Patina #658F7E

Tints of Patina #658F7E

Color information

#658F7E (or 0x658F7E) is unknown color: approx Patina. HEX triplet: 65, 8F and 7E. RGB value is (101,143,126). Sum of RGB (Red+Green+Blue) = 101+143+126=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #658F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F7E is #9A7081. Grayscale: #808080. Windows color (decimal): -10121346 or 8294245. OLE color: 8294245.

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

Color convert

RGB101143126-
CMYK0.2900.120.44
HSL155.71º17.21%47.84%-
HSV(B)155.71º29.37%56.08%-
XYZ18.9623.9223.36-
YUV128.5126.59108.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=27.30%
G=38.65%
B=34.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011431260.2900.120.44155.7117.2147.84
Hex658F7E1D0C2C9c1130
Octal14521717635014542342160
Binary110010110001111111111011101011001011001001110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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