#61A28F

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

Shades of Patina #61A28F

Tints of Patina #61A28F

Color information

#61A28F (or 0x61A28F) is unknown color: approx Patina. HEX triplet: 61, A2 and 8F. RGB value is (97,162,143). Sum of RGB (Red+Green+Blue) = 97+162+143=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #61A28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A28F is #9E5D70. Grayscale: #8C8C8C. Windows color (decimal): -10378609 or 9413217. OLE color: 9413217.

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

Color convert

RGB97162143-
CMYK0.4000.120.36
HSL162.46º25.9%50.78%-
HSV(B)162.46º40.12%63.53%-
XYZ22.8130.3730.65-
YUV140.4129.4797.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=24.13%
G=40.30%
B=35.57%

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
Decimal971621430.4000.120.36162.4625.950.78
Hex61A28F280C24a21a33
Octal14124221750014442423263
Binary11000011010001010001111101000011001001001010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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