#6D8B81

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

Shades of Patina #6D8B81

Tints of Patina #6D8B81

Color information

#6D8B81 (or 0x6D8B81) is unknown color: approx Patina. HEX triplet: 6D, 8B and 81. RGB value is (109,139,129). Sum of RGB (Red+Green+Blue) = 109+139+129=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B81 is #92747E. Grayscale: #808080. Windows color (decimal): -9598079 or 8489837. OLE color: 8489837.

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

Color convert

RGB109139129-
CMYK0.2200.070.45
HSL160º12.1%48.63%-
HSV(B)160º21.58%54.51%-
XYZ19.523.324.24-
YUV128.89128.06113.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=28.91%
G=36.87%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091391290.2200.070.4516012.148.63
Hex6D8B8116072Da0c31
Octal1552132012607552401461
Binary11011011000101110000001101100111101101101000001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,129); }

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

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

 a { background-color: rgb(109,139,129); }

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

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

 span { border-color: rgb(109,139,129); }

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