#61937C

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

Shades of Patina #61937C

Tints of Patina #61937C

Color information

#61937C (or 0x61937C) is unknown color: approx Patina. HEX triplet: 61, 93 and 7C. RGB value is (97,147,124). Sum of RGB (Red+Green+Blue) = 97+147+124=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #61937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61937C is #9E6C83. Grayscale: #818181. Windows color (decimal): -10382468 or 8164193. OLE color: 8164193.

HSL color Cylindrical-coordinate representation of color #61937C: hue angle of 152.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61937C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB97147124-
CMYK0.3400.160.42
HSL152.4º20.49%47.84%-
HSV(B)152.4º34.01%57.65%-
XYZ1924.8622.87-
YUV129.43124.94104.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=26.36%
G=39.95%
B=33.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471240.3400.160.42152.420.4947.84
Hex61937C220102A981430
Octal14122317442020522302460
Binary11000011001001111111001000100100001010101001100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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