#60877C

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

Shades of Patina #60877C

Tints of Patina #60877C

Color information

#60877C (or 0x60877C) is unknown color: approx Patina. HEX triplet: 60, 87 and 7C. RGB value is (96,135,124). Sum of RGB (Red+Green+Blue) = 96+135+124=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #60877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877C is #9F7883. Grayscale: #7A7A7A. Windows color (decimal): -10451076 or 8161120. OLE color: 8161120.

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

Color convert

RGB96135124-
CMYK0.2900.080.47
HSL163.08º16.88%45.29%-
HSV(B)163.08º28.89%52.94%-
XYZ17.1321.2722.27-
YUV122.08129.08109.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=27.04%
G=38.03%
B=34.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351240.2900.080.47163.0816.8845.29
Hex60877C1D082Fa3112d
Octal14020717435010572432155
Binary110000010000111111110011101010001011111010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60877C; }

 p { color: rgb(96,135,124); }

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

<style>
 a { background-color: #60877C; }

 a { background-color: rgb(96,135,124); }

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

<style>
 span { border-color: #60877C; }

 span { border-color: rgb(96,135,124); }

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