#61A280

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

Shades of Patina #61A280

Tints of Patina #61A280

Color information

#61A280 (or 0x61A280) is unknown color: approx Patina. HEX triplet: 61, A2 and 80. RGB value is (97,162,128). Sum of RGB (Red+Green+Blue) = 97+162+128=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #61A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A280 is #9E5D7F. Grayscale: #8A8A8A. Windows color (decimal): -10378624 or 8430177. OLE color: 8430177.

HSL color Cylindrical-coordinate representation of color #61A280: hue angle of 148.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A280 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB97162128-
CMYK0.4000.210.36
HSL148.62º25.9%50.78%-
HSV(B)148.62º40.12%63.53%-
XYZ21.7529.9425.06-
YUV138.69121.9798.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=25.06%
G=41.86%
B=33.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621280.4000.210.36148.6225.950.78
Hex61A2802801524951a33
Octal14124220050025442253263
Binary110000110100010100000001010000101011001001001010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,128); }

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

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

 a { background-color: rgb(97,162,128); }

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

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

 span { border-color: rgb(97,162,128); }

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