#61938B

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

Shades of Patina #61938B

Tints of Patina #61938B

Color information

#61938B (or 0x61938B) is unknown color: approx Patina. HEX triplet: 61, 93 and 8B. RGB value is (97,147,139). Sum of RGB (Red+Green+Blue) = 97+147+139=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #61938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61938B is #9E6C74. Grayscale: #838383. Windows color (decimal): -10382453 or 9147233. OLE color: 9147233.

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

Color convert

RGB97147139-
CMYK0.3400.050.42
HSL170.4º20.49%47.84%-
HSV(B)170.4º34.01%57.65%-
XYZ20.0225.2728.25-
YUV131.14132.44103.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=25.33%
G=38.38%
B=36.29%

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
Decimal971471390.3400.050.42170.420.4947.84
Hex61938B22052Aaa1430
Octal1412232134205522522460
Binary1100001100100111000101110001001011010101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61938B; }

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

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

<style>
 a { background-color: #61938B; }

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

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

<style>
 span { border-color: #61938B; }

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

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