#6D8668

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

Shades of Xanadu #6D8668

Tints of Xanadu #6D8668

Color information

#6D8668 (or 0x6D8668) is unknown color: approx Xanadu. HEX triplet: 6D, 86 and 68. RGB value is (109,134,104). Sum of RGB (Red+Green+Blue) = 109+134+104=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8668 is #927997. Grayscale: #7B7B7B. Windows color (decimal): -9599384 or 6850157. OLE color: 6850157.

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

Color convert

RGB109134104-
CMYK0.1900.220.47
HSL110º12.61%46.67%-
HSV(B)110º22.39%52.55%-
XYZ17.3321.316.29-
YUV123.1117.22117.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.41%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=31.41%
G=38.62%
B=29.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091341040.1900.220.4711012.6146.67
Hex6D8668130162F6ed2f
Octal15520615023026571561557
Binary11011011000011011010001001101011010111111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,104); }

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

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

 a { background-color: rgb(109,134,104); }

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

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

 span { border-color: rgb(109,134,104); }

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