#61957E

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

Shades of Patina #61957E

Tints of Patina #61957E

Color information

#61957E (or 0x61957E) is unknown color: approx Patina. HEX triplet: 61, 95 and 7E. RGB value is (97,149,126). Sum of RGB (Red+Green+Blue) = 97+149+126=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #61957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957E is #9E6A81. Grayscale: #828282. Windows color (decimal): -10381954 or 8295777. OLE color: 8295777.

HSL color Cylindrical-coordinate representation of color #61957E: hue angle of 153.46º 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 #61957E is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB97149126-
CMYK0.3500.150.42
HSL153.46º21.14%48.24%-
HSV(B)153.46º34.9%58.43%-
XYZ19.4425.5423.64-
YUV130.83125.27103.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=26.08%
G=40.05%
B=33.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491260.3500.150.42153.4621.1448.24
Hex61957E230F2A991530
Octal14122517643017522312560
Binary1100001100101011111110100011011111010101001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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