#6E867E

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

Shades of Patina #6E867E

Tints of Patina #6E867E

Color information

#6E867E (or 0x6E867E) is unknown color: approx Patina. HEX triplet: 6E, 86 and 7E. RGB value is (110,134,126). Sum of RGB (Red+Green+Blue) = 110+134+126=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #6E867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E867E is #917981. Grayscale: #7D7D7D. Windows color (decimal): -9533826 or 8291950. OLE color: 8291950.

HSL color Cylindrical-coordinate representation of color #6E867E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E867E is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB110134126-
CMYK0.1800.060.47
HSL160º9.84%47.84%-
HSV(B)160º17.91%52.55%-
XYZ18.7221.8722.97-
YUV125.91128.05116.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=29.73%
G=36.22%
B=34.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101341260.1800.060.471609.8447.84
Hex6E867E12062Fa0a30
Octal1562061762206572401260
Binary1101110100001101111110100100110101111101000001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,126); }

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

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

 a { background-color: rgb(110,134,126); }

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

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

 span { border-color: rgb(110,134,126); }

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