#61957D

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

Shades of Patina #61957D

Tints of Patina #61957D

Color information

#61957D (or 0x61957D) is unknown color: approx Patina. HEX triplet: 61, 95 and 7D. RGB value is (97,149,125). Sum of RGB (Red+Green+Blue) = 97+149+125=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #61957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957D is #9E6A82. Grayscale: #828282. Windows color (decimal): -10381955 or 8230241. OLE color: 8230241.

HSL color Cylindrical-coordinate representation of color #61957D: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61957D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB97149125-
CMYK0.3500.160.42
HSL152.31º21.14%48.24%-
HSV(B)152.31º34.9%58.43%-
XYZ19.3825.5223.31-
YUV130.72124.77103.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=26.15%
G=40.16%
B=33.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491250.3500.160.42152.3121.1448.24
Hex61957D230102A981530
Octal14122517543020522302560
Binary11000011001010111111011000110100001010101001100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,149,125); }

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

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

 a { background-color: rgb(97,149,125); }

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

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

 span { border-color: rgb(97,149,125); }

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