#6E887B

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

Shades of Patina #6E887B

Tints of Patina #6E887B

Color information

#6E887B (or 0x6E887B) is unknown color: approx Patina. HEX triplet: 6E, 88 and 7B. RGB value is (110,136,123). Sum of RGB (Red+Green+Blue) = 110+136+123=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #6E887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E887B is #917784. Grayscale: #7E7E7E. Windows color (decimal): -9533317 or 8095854. OLE color: 8095854.

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

Color convert

RGB110136123-
CMYK0.1900.100.47
HSL150º10.57%48.24%-
HSV(B)150º19.12%53.33%-
XYZ18.8122.3522.06-
YUV126.74125.89116.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=29.81%
G=36.86%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101361230.1900.100.4715010.5748.24
Hex6E887B130A2F96b30
Octal15621017323012572261360
Binary11011101000100011110111001101010101111100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,136,123); }

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

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

 a { background-color: rgb(110,136,123); }

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

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

 span { border-color: rgb(110,136,123); }

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