#6D8D7F

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

Shades of Patina #6D8D7F

Tints of Patina #6D8D7F

Color information

#6D8D7F (or 0x6D8D7F) is unknown color: approx Patina. HEX triplet: 6D, 8D and 7F. RGB value is (109,141,127). Sum of RGB (Red+Green+Blue) = 109+141+127=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D7F is #927280. Grayscale: #818181. Windows color (decimal): -9597569 or 8359277. OLE color: 8359277.

HSL color Cylindrical-coordinate representation of color #6D8D7F: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8D7F is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB109141127-
CMYK0.2300.100.45
HSL153.75º12.8%49.02%-
HSV(B)153.75º22.7%55.29%-
XYZ19.6623.8323.64-
YUV129.84126.4113.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 127 (50% from 255) = 33.69%
R=28.91%
G=37.40%
B=33.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091411270.2300.100.45153.7512.849.02
Hex6D8D7F170A2D9ad31
Octal15521517727012552321561
Binary11011011000110111111111011101010101101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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