#61A686

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

Shades of Patina #61A686

Tints of Patina #61A686

Color information

#61A686 (or 0x61A686) is unknown color: approx Patina. HEX triplet: 61, A6 and 86. RGB value is (97,166,134). Sum of RGB (Red+Green+Blue) = 97+166+134=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #61A686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A686 is #9E5979. Grayscale: #8D8D8D. Windows color (decimal): -10377594 or 8824417. OLE color: 8824417.

HSL color Cylindrical-coordinate representation of color #61A686: hue angle of 152.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A686 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB97166134-
CMYK0.4200.190.35
HSL152.17º27.94%51.57%-
HSV(B)152.17º41.57%65.1%-
XYZ22.8731.5427.44-
YUV141.72123.6496.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=24.43%
G=41.81%
B=33.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661340.4200.190.35152.1727.9451.57
Hex61A6862A01323981c34
Octal14124620652023432303464
Binary110000110100110100001101010100100111000111001100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,134); }

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

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

 a { background-color: rgb(97,166,134); }

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

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

 span { border-color: rgb(97,166,134); }

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