#61977C

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

Shades of Patina #61977C

Tints of Patina #61977C

Color information

#61977C (or 0x61977C) is unknown color: approx Patina. HEX triplet: 61, 97 and 7C. RGB value is (97,151,124). Sum of RGB (Red+Green+Blue) = 97+151+124=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #61977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61977C is #9E6883. Grayscale: #838383. Windows color (decimal): -10381444 or 8165217. OLE color: 8165217.

HSL color Cylindrical-coordinate representation of color #61977C: hue angle of 150º 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 #61977C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB97151124-
CMYK0.3600.180.41
HSL150º21.77%48.63%-
HSV(B)150º35.76%59.22%-
XYZ19.6326.1323.08-
YUV131.78123.61103.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=26.08%
G=40.59%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511240.3600.180.4115021.7748.63
Hex61977C2401229961631
Octal14122717444022512262661
Binary11000011001011111111001001000100101010011001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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