#61A584

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

Shades of Patina #61A584

Tints of Patina #61A584

Color information

#61A584 (or 0x61A584) is unknown color: approx Patina. HEX triplet: 61, A5 and 84. RGB value is (97,165,132). Sum of RGB (Red+Green+Blue) = 97+165+132=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #61A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A584 is #9E5A7B. Grayscale: #8C8C8C. Windows color (decimal): -10377852 or 8693089. OLE color: 8693089.

HSL color Cylindrical-coordinate representation of color #61A584: hue angle of 150.88º 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 #61A584 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB97165132-
CMYK0.4100.200.35
HSL150.88º27.42%51.37%-
HSV(B)150.88º41.21%64.71%-
XYZ22.5531.1226.65-
YUV140.91122.9796.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=24.62%
G=41.88%
B=33.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651320.4100.200.35150.8827.4251.37
Hex61A5842901423971b33
Octal14124520451024432273363
Binary110000110100101100001001010010101001000111001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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