#61877C

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

Shades of Patina #61877C

Tints of Patina #61877C

Color information

#61877C (or 0x61877C) is unknown color: approx Patina. HEX triplet: 61, 87 and 7C. RGB value is (97,135,124). Sum of RGB (Red+Green+Blue) = 97+135+124=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #61877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61877C is #9E7883. Grayscale: #7A7A7A. Windows color (decimal): -10385540 or 8161121. OLE color: 8161121.

HSL color Cylindrical-coordinate representation of color #61877C: hue angle of 162.63º degrees, saturation: 0.16, 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 #61877C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB97135124-
CMYK0.2800.080.47
HSL162.63º16.38%45.49%-
HSV(B)162.63º28.15%52.94%-
XYZ17.2321.3222.28-
YUV122.38128.91109.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=27.25%
G=37.92%
B=34.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351240.2800.080.47162.6316.3845.49
Hex61877C1C082Fa3102d
Octal14120717434010572432055
Binary110000110000111111110011100010001011111010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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