#6E8767

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

Shades of Xanadu #6E8767

Tints of Xanadu #6E8767

Color information

#6E8767 (or 0x6E8767) is unknown color: approx Xanadu. HEX triplet: 6E, 87 and 67. RGB value is (110,135,103). Sum of RGB (Red+Green+Blue) = 110+135+103=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8767 is #917898. Grayscale: #7B7B7B. Windows color (decimal): -9533593 or 6784878. OLE color: 6784878.

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

Color convert

RGB110135103-
CMYK0.1900.240.47
HSL106.88º13.45%46.67%-
HSV(B)106.88º23.7%52.94%-
XYZ17.5421.6216.08-
YUV123.88116.22118.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=31.61%
G=38.79%
B=29.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101351030.1900.240.47106.8813.4546.67
Hex6E8767130182F6bd2f
Octal15620714723030571531557
Binary11011101000011111001111001101100010111111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,135,103); }

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

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

 a { background-color: rgb(110,135,103); }

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

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

 span { border-color: rgb(110,135,103); }

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