#6D917E

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

Shades of Patina #6D917E

Tints of Patina #6D917E

Color information

#6D917E (or 0x6D917E) is unknown color: approx Patina. HEX triplet: 6D, 91 and 7E. RGB value is (109,145,126). Sum of RGB (Red+Green+Blue) = 109+145+126=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917E is #926E81. Grayscale: #848484. Windows color (decimal): -9596546 or 8294765. OLE color: 8294765.

HSL color Cylindrical-coordinate representation of color #6D917E: hue angle of 148.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D917E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB109145126-
CMYK0.2500.130.43
HSL148.33º14.17%49.8%-
HSV(B)148.33º24.83%56.86%-
XYZ20.225.0123.5-
YUV132.07124.57111.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=28.68%
G=38.16%
B=33.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451260.2500.130.43148.3314.1749.8
Hex6D917E190D2B94e32
Octal15522117631015532241662
Binary11011011001000111111101100101101101011100101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,126); }

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

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

 a { background-color: rgb(109,145,126); }

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

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

 span { border-color: rgb(109,145,126); }

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