#6E8D80

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

Shades of Patina #6E8D80

Tints of Patina #6E8D80

Color information

#6E8D80 (or 0x6E8D80) is unknown color: approx Patina. HEX triplet: 6E, 8D and 80. RGB value is (110,141,128). Sum of RGB (Red+Green+Blue) = 110+141+128=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8D80 is #91727F. Grayscale: #828282. Windows color (decimal): -9532032 or 8424814. OLE color: 8424814.

HSL color Cylindrical-coordinate representation of color #6E8D80: hue angle of 154.84º 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 #6E8D80 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB110141128-
CMYK0.2200.090.45
HSL154.84º12.35%49.22%-
HSV(B)154.84º21.99%55.29%-
XYZ19.8523.9223.99-
YUV130.25126.73113.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=29.02%
G=37.20%
B=33.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101411280.2200.090.45154.8412.3549.22
Hex6E8D8016092D9bc31
Octal15621520026011552331461
Binary110111010001101100000001011001001101101100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,128); }

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

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

 a { background-color: rgb(110,141,128); }

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

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

 span { border-color: rgb(110,141,128); }

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