#61847D

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

Shades of Patina #61847D

Tints of Patina #61847D

Color information

#61847D (or 0x61847D) is unknown color: approx Patina. HEX triplet: 61, 84 and 7D. RGB value is (97,132,125). Sum of RGB (Red+Green+Blue) = 97+132+125=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #61847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61847D is #9E7B82. Grayscale: #787878. Windows color (decimal): -10386307 or 8225889. OLE color: 8225889.

HSL color Cylindrical-coordinate representation of color #61847D: hue angle of 168º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61847D is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB97132125-
CMYK0.2700.050.48
HSL168º15.28%44.9%-
HSV(B)168º26.52%51.76%-
XYZ16.8820.5222.47-
YUV120.74130.4111.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=27.40%
G=37.29%
B=35.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321250.2700.050.4816815.2844.9
Hex61847D1B0530a8f2d
Octal1412041753305602501755
Binary1100001100001001111101110110101110000101010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61847D; }

 p { color: rgb(97,132,125); }

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

<style>
 a { background-color: #61847D; }

 a { background-color: rgb(97,132,125); }

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

<style>
 span { border-color: #61847D; }

 span { border-color: rgb(97,132,125); }

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