#61957F

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

Shades of Patina #61957F

Tints of Patina #61957F

Color information

#61957F (or 0x61957F) is unknown color: approx Patina. HEX triplet: 61, 95 and 7F. RGB value is (97,149,127). Sum of RGB (Red+Green+Blue) = 97+149+127=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #61957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957F is #9E6A80. Grayscale: #828282. Windows color (decimal): -10381953 or 8361313. OLE color: 8361313.

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

Color convert

RGB97149127-
CMYK0.3500.150.42
HSL154.62º21.14%48.24%-
HSV(B)154.62º34.9%58.43%-
XYZ19.5125.5723.99-
YUV130.94125.77103.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 127 (50% from 255) = 34.05%
R=26.01%
G=39.95%
B=34.05%

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
Decimal971491270.3500.150.42154.6221.1448.24
Hex61957F230F2A9b1530
Octal14122517743017522332560
Binary1100001100101011111111100011011111010101001101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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