#61948C

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

Shades of Patina #61948C

Tints of Patina #61948C

Color information

#61948C (or 0x61948C) is unknown color: approx Patina. HEX triplet: 61, 94 and 8C. RGB value is (97,148,140). Sum of RGB (Red+Green+Blue) = 97+148+140=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #61948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61948C is #9E6B73. Grayscale: #838383. Windows color (decimal): -10382196 or 9213025. OLE color: 9213025.

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

Color convert

RGB97148140-
CMYK0.3400.050.42
HSL170.59º20.82%48.04%-
HSV(B)170.59º34.46%58.04%-
XYZ20.2525.6128.69-
YUV131.84132.6103.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=25.19%
G=38.44%
B=36.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481400.3400.050.42170.5920.8248.04
Hex61948C22052Aab1530
Octal1412242144205522532560
Binary1100001100101001000110010001001011010101010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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