#60867E

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

Shades of Patina #60867E

Tints of Patina #60867E

Color information

#60867E (or 0x60867E) is unknown color: approx Patina. HEX triplet: 60, 86 and 7E. RGB value is (96,134,126). Sum of RGB (Red+Green+Blue) = 96+134+126=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #60867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867E is #9F7981. Grayscale: #797979. Windows color (decimal): -10451330 or 8291936. OLE color: 8291936.

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

Color convert

RGB96134126-
CMYK0.2800.060.47
HSL167.37º16.52%45.1%-
HSV(B)167.37º28.36%52.55%-
XYZ17.1121.0422.9-
YUV121.73130.41109.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=26.97%
G=37.64%
B=35.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341260.2800.060.47167.3716.5245.1
Hex60867E1C062Fa7112d
Octal1402061763406572472155
Binary11000001000011011111101110001101011111010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60867E; }

 p { color: rgb(96,134,126); }

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

<style>
 a { background-color: #60867E; }

 a { background-color: rgb(96,134,126); }

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

<style>
 span { border-color: #60867E; }

 span { border-color: rgb(96,134,126); }

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