#61A58D

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

Shades of Patina #61A58D

Tints of Patina #61A58D

Color information

#61A58D (or 0x61A58D) is unknown color: approx Patina. HEX triplet: 61, A5 and 8D. RGB value is (97,165,141). Sum of RGB (Red+Green+Blue) = 97+165+141=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #61A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A58D is #9E5A72. Grayscale: #8D8D8D. Windows color (decimal): -10377843 or 9282913. OLE color: 9282913.

HSL color Cylindrical-coordinate representation of color #61A58D: hue angle of 158.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A58D is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB97165141-
CMYK0.4100.150.35
HSL158.82º27.42%51.37%-
HSV(B)158.82º41.21%64.71%-
XYZ23.1931.3730.03-
YUV141.93127.4795.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=24.07%
G=40.94%
B=34.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651410.4100.150.35158.8227.4251.37
Hex61A58D290F239f1b33
Octal14124521551017432373363
Binary11000011010010110001101101001011111000111001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A58D; }

 p { color: rgb(97,165,141); }

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

<style>
 a { background-color: #61A58D; }

 a { background-color: rgb(97,165,141); }

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

<style>
 span { border-color: #61A58D; }

 span { border-color: rgb(97,165,141); }

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