#61887F

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

Shades of Patina #61887F

Tints of Patina #61887F

Color information

#61887F (or 0x61887F) is unknown color: approx Patina. HEX triplet: 61, 88 and 7F. RGB value is (97,136,127). Sum of RGB (Red+Green+Blue) = 97+136+127=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #61887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61887F is #9E7780. Grayscale: #7B7B7B. Windows color (decimal): -10385281 or 8357985. OLE color: 8357985.

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

Color convert

RGB97136127-
CMYK0.2900.070.47
HSL166.15º16.74%45.69%-
HSV(B)166.15º28.68%53.33%-
XYZ17.5621.6823.34-
YUV123.31130.08109.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 127 (50% from 255) = 35.28%
R=26.94%
G=37.78%
B=35.28%

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
Decimal971361270.2900.070.47166.1516.7445.69
Hex61887F1D072Fa6112e
Octal1412101773507572462156
Binary11000011000100011111111110101111011111010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61887F; }

 p { color: rgb(97,136,127); }

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

<style>
 a { background-color: #61887F; }

 a { background-color: rgb(97,136,127); }

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

<style>
 span { border-color: #61887F; }

 span { border-color: rgb(97,136,127); }

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