#61947A

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

Shades of Patina #61947A

Tints of Patina #61947A

Color information

#61947A (or 0x61947A) is unknown color: approx Patina. HEX triplet: 61, 94 and 7A. RGB value is (97,148,122). Sum of RGB (Red+Green+Blue) = 97+148+122=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #61947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61947A is #9E6B85. Grayscale: #818181. Windows color (decimal): -10382214 or 8033377. OLE color: 8033377.

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

Color convert

RGB97148122-
CMYK0.3400.180.42
HSL149.41º20.82%48.04%-
HSV(B)149.41º34.46%58.04%-
XYZ19.0325.1322.26-
YUV129.79123.6104.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=26.43%
G=40.33%
B=33.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481220.3400.180.42149.4120.8248.04
Hex61947A220122A951530
Octal14122417242022522252560
Binary11000011001010011110101000100100101010101001010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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