#61A193

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

Shades of Patina #61A193

Tints of Patina #61A193

Color information

#61A193 (or 0x61A193) is unknown color: approx Patina. HEX triplet: 61, A1 and 93. RGB value is (97,161,147). Sum of RGB (Red+Green+Blue) = 97+161+147=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #61A193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A193 is #9E5E6C. Grayscale: #8C8C8C. Windows color (decimal): -10378861 or 9675105. OLE color: 9675105.

HSL color Cylindrical-coordinate representation of color #61A193: hue angle of 166.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A193 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB97161147-
CMYK0.4000.090.37
HSL166.88º25.4%50.59%-
HSV(B)166.88º39.75%63.14%-
XYZ22.9430.1432.21-
YUV140.27131.897.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=23.95%
G=39.75%
B=36.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971611470.4000.090.37166.8825.450.59
Hex61A193280925a71933
Octal14124122350011452473163
Binary11000011010000110010011101000010011001011010011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,161,147); }

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

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

 a { background-color: rgb(97,161,147); }

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

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

 span { border-color: rgb(97,161,147); }

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