#61A28D

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

Shades of Patina #61A28D

Tints of Patina #61A28D

Color information

#61A28D (or 0x61A28D) is unknown color: approx Patina. HEX triplet: 61, A2 and 8D. RGB value is (97,162,141). Sum of RGB (Red+Green+Blue) = 97+162+141=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #61A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A28D is #9E5D72. Grayscale: #8C8C8C. Windows color (decimal): -10378611 or 9282145. OLE color: 9282145.

HSL color Cylindrical-coordinate representation of color #61A28D: hue angle of 160.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 #61A28D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB97162141-
CMYK0.4000.130.36
HSL160.62º25.9%50.78%-
HSV(B)160.62º40.12%63.53%-
XYZ22.6630.3129.85-
YUV140.17128.4797.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=24.25%
G=40.5%
B=35.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621410.4000.130.36160.6225.950.78
Hex61A28D280D24a11a33
Octal14124221550015442413263
Binary11000011010001010001101101000011011001001010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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