#6E8C82

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

Shades of Patina #6E8C82

Tints of Patina #6E8C82

Color information

#6E8C82 (or 0x6E8C82) is unknown color: approx Patina. HEX triplet: 6E, 8C and 82. RGB value is (110,140,130). Sum of RGB (Red+Green+Blue) = 110+140+130=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8C82 is #91737D. Grayscale: #818181. Windows color (decimal): -9532286 or 8555630. OLE color: 8555630.

HSL color Cylindrical-coordinate representation of color #6E8C82: 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.21%. Process color model (Four color, CMYK) of #6E8C82 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB110140130-
CMYK0.2100.070.45
HSL160º12%49.02%-
HSV(B)160º21.43%54.9%-
XYZ19.8423.6824.64-
YUV129.89128.06113.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=28.95%
G=36.84%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101401300.2100.070.451601249.02
Hex6E8C8215072Da0c31
Octal1562142022507552401461
Binary11011101000110010000010101010111101101101000001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,130); }

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

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

 a { background-color: rgb(110,140,130); }

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

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

 span { border-color: rgb(110,140,130); }

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