#61977A

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

Shades of Patina #61977A

Tints of Patina #61977A

Color information

#61977A (or 0x61977A) is unknown color: approx Patina. HEX triplet: 61, 97 and 7A. RGB value is (97,151,122). Sum of RGB (Red+Green+Blue) = 97+151+122=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #61977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61977A is #9E6885. Grayscale: #838383. Windows color (decimal): -10381446 or 8034145. OLE color: 8034145.

HSL color Cylindrical-coordinate representation of color #61977A: hue angle of 147.78º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61977A is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB97151122-
CMYK0.3600.190.41
HSL147.78º21.77%48.63%-
HSV(B)147.78º35.76%59.22%-
XYZ19.5126.0822.42-
YUV131.55122.61103.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=26.22%
G=40.81%
B=32.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511220.3600.190.41147.7821.7748.63
Hex61977A2401329941631
Octal14122717244023512242661
Binary11000011001011111110101001000100111010011001010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61977A; }

 p { color: rgb(97,151,122); }

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

<style>
 a { background-color: #61977A; }

 a { background-color: rgb(97,151,122); }

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

<style>
 span { border-color: #61977A; }

 span { border-color: rgb(97,151,122); }

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