#61A68A

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

Shades of Patina #61A68A

Tints of Patina #61A68A

Color information

#61A68A (or 0x61A68A) is unknown color: approx Patina. HEX triplet: 61, A6 and 8A. RGB value is (97,166,138). Sum of RGB (Red+Green+Blue) = 97+166+138=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #61A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A68A is #9E5975. Grayscale: #8E8E8E. Windows color (decimal): -10377590 or 9086561. OLE color: 9086561.

HSL color Cylindrical-coordinate representation of color #61A68A: hue angle of 155.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A68A is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB97166138-
CMYK0.4200.170.35
HSL155.65º27.94%51.57%-
HSV(B)155.65º41.57%65.1%-
XYZ23.1531.6528.93-
YUV142.18125.6495.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=24.19%
G=41.40%
B=34.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661380.4200.170.35155.6527.9451.57
Hex61A68A2A011239c1c34
Octal14124621252021432343464
Binary110000110100110100010101010100100011000111001110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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