#6a947e

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

Shades of Patina #6A947E

Tints of Patina #6A947E

Color information

#6A947E (or 0x6A947E) is unknown color: approx Patina. HEX triplet: 6A, 94 and 7E. RGB value is (106,148,126). Sum of RGB (Red+Green+Blue) = 106+148+126=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #6A947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A947E is #956B81. Grayscale: #848484. Windows color (decimal): -9792386 or 8295530. OLE color: 8295530.

HSL color Cylindrical-coordinate representation of color #6A947E: hue angle of 148.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A947E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB106148126-
CMYK0.2800.150.42
HSL148.57º16.54%49.8%-
HSV(B)148.57º28.38%58.04%-
XYZ20.325.7523.64-
YUV132.93124.09108.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=27.89%
G=38.95%
B=33.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061481260.2800.150.42148.5716.5449.8
Hex6A947E1C0F2A951132
Octal15222417634017522252162
Binary110101010010100111111011100011111010101001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a947e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a947e; }

 p { color: rgb(106,148,126); }

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

<style>
 a { background-color: #6a947e; }

 a { background-color: rgb(106,148,126); }

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

<style>
 span { border-color: #6a947e; }

 span { border-color: rgb(106,148,126); }

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