#61A28E

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

Shades of Patina #61A28E

Tints of Patina #61A28E

Color information

#61A28E (or 0x61A28E) is unknown color: approx Patina. HEX triplet: 61, A2 and 8E. RGB value is (97,162,142). Sum of RGB (Red+Green+Blue) = 97+162+142=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #61A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A28E is #9E5D71. Grayscale: #8C8C8C. Windows color (decimal): -10378610 or 9347681. OLE color: 9347681.

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

Color convert

RGB97162142-
CMYK0.4000.120.36
HSL161.54º25.9%50.78%-
HSV(B)161.54º40.12%63.53%-
XYZ22.7330.3430.25-
YUV140.28128.9797.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=24.19%
G=40.40%
B=35.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621420.4000.120.36161.5425.950.78
Hex61A28E280C24a21a33
Octal14124221650014442423263
Binary11000011010001010001110101000011001001001010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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