#6D917F

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

Shades of Patina #6D917F

Tints of Patina #6D917F

Color information

#6D917F (or 0x6D917F) is unknown color: approx Patina. HEX triplet: 6D, 91 and 7F. RGB value is (109,145,127). Sum of RGB (Red+Green+Blue) = 109+145+127=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917F is #926E80. Grayscale: #848484. Windows color (decimal): -9596545 or 8360301. OLE color: 8360301.

HSL color Cylindrical-coordinate representation of color #6D917F: hue angle of 150º 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 #6D917F is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB109145127-
CMYK0.2500.120.43
HSL150º14.17%49.8%-
HSV(B)150º24.83%56.86%-
XYZ20.2625.0323.84-
YUV132.18125.07111.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 127 (50% from 255) = 33.33%
R=28.61%
G=38.06%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451270.2500.120.4315014.1749.8
Hex6D917F190C2B96e32
Octal15522117731014532261662
Binary11011011001000111111111100101100101011100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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