#61A58A

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

Shades of Patina #61A58A

Tints of Patina #61A58A

Color information

#61A58A (or 0x61A58A) is unknown color: approx Patina. HEX triplet: 61, A5 and 8A. RGB value is (97,165,138). Sum of RGB (Red+Green+Blue) = 97+165+138=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #61A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A58A is #9E5A75. Grayscale: #8D8D8D. Windows color (decimal): -10377846 or 9086305. OLE color: 9086305.

HSL color Cylindrical-coordinate representation of color #61A58A: hue angle of 156.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A58A is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB97165138-
CMYK0.4100.160.35
HSL156.18º27.42%51.37%-
HSV(B)156.18º41.21%64.71%-
XYZ22.9731.2928.87-
YUV141.59125.9796.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=24.25%
G=41.25%
B=34.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651380.4100.160.35156.1827.4251.37
Hex61A58A29010239c1b33
Octal14124521251020432343363
Binary110000110100101100010101010010100001000111001110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,138); }

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

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

 a { background-color: rgb(97,165,138); }

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

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

 span { border-color: rgb(97,165,138); }

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