#61947C

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

Shades of Patina #61947C

Tints of Patina #61947C

Color information

#61947C (or 0x61947C) is unknown color: approx Patina. HEX triplet: 61, 94 and 7C. RGB value is (97,148,124). Sum of RGB (Red+Green+Blue) = 97+148+124=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #61947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61947C is #9E6B83. Grayscale: #828282. Windows color (decimal): -10382212 or 8164449. OLE color: 8164449.

HSL color Cylindrical-coordinate representation of color #61947C: hue angle of 151.76º degrees, saturation: 0.21, 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 #61947C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB97148124-
CMYK0.3400.160.42
HSL151.76º20.82%48.04%-
HSV(B)151.76º34.46%58.04%-
XYZ19.1625.1822.92-
YUV130.01124.6104.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=26.29%
G=40.11%
B=33.60%

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
Decimal971481240.3400.160.42151.7620.8248.04
Hex61947C220102A981530
Octal14122417442020522302560
Binary11000011001010011111001000100100001010101001100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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