#60877D

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

Shades of Patina #60877D

Tints of Patina #60877D

Color information

#60877D (or 0x60877D) is unknown color: approx Patina. HEX triplet: 60, 87 and 7D. RGB value is (96,135,125). Sum of RGB (Red+Green+Blue) = 96+135+125=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #60877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877D is #9F7882. Grayscale: #7A7A7A. Windows color (decimal): -10451075 or 8226656. OLE color: 8226656.

HSL color Cylindrical-coordinate representation of color #60877D: hue angle of 164.62º 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 #60877D is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB96135125-
CMYK0.2900.070.47
HSL164.62º16.88%45.29%-
HSV(B)164.62º28.89%52.94%-
XYZ17.1921.322.61-
YUV122.2129.58109.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=26.97%
G=37.92%
B=35.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351250.2900.070.47164.6216.8845.29
Hex60877D1D072Fa5112d
Octal1402071753507572452155
Binary11000001000011111111011110101111011111010010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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