#61877E

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

Shades of Patina #61877E

Tints of Patina #61877E

Color information

#61877E (or 0x61877E) is unknown color: approx Patina. HEX triplet: 61, 87 and 7E. RGB value is (97,135,126). Sum of RGB (Red+Green+Blue) = 97+135+126=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #61877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61877E is #9E7881. Grayscale: #7A7A7A. Windows color (decimal): -10385538 or 8292193. OLE color: 8292193.

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

Color convert

RGB97135126-
CMYK0.2800.070.47
HSL165.79º16.38%45.49%-
HSV(B)165.79º28.15%52.94%-
XYZ17.3621.3822.95-
YUV122.61129.91109.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=27.09%
G=37.71%
B=35.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351260.2800.070.47165.7916.3845.49
Hex61877E1C072Fa6102d
Octal1412071763407572462055
Binary11000011000011111111101110001111011111010011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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