#61948A

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

Shades of Patina #61948A

Tints of Patina #61948A

Color information

#61948A (or 0x61948A) is unknown color: approx Patina. HEX triplet: 61, 94 and 8A. RGB value is (97,148,138). Sum of RGB (Red+Green+Blue) = 97+148+138=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #61948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61948A is #9E6B75. Grayscale: #838383. Windows color (decimal): -10382198 or 9081953. OLE color: 9081953.

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

Color convert

RGB97148138-
CMYK0.3400.070.42
HSL168.24º20.82%48.04%-
HSV(B)168.24º34.46%58.04%-
XYZ20.1125.5627.92-
YUV131.61131.6103.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=25.33%
G=38.64%
B=36.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481380.3400.070.42168.2420.8248.04
Hex61948A22072Aa81530
Octal1412242124207522502560
Binary1100001100101001000101010001001111010101010100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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