#6D8768

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

Shades of Xanadu #6D8768

Tints of Xanadu #6D8768

Color information

#6D8768 (or 0x6D8768) is unknown color: approx Xanadu. HEX triplet: 6D, 87 and 68. RGB value is (109,135,104). Sum of RGB (Red+Green+Blue) = 109+135+104=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8768 is #927897. Grayscale: #7B7B7B. Windows color (decimal): -9599128 or 6850413. OLE color: 6850413.

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

Color convert

RGB109135104-
CMYK0.1900.230.47
HSL110.32º12.97%46.86%-
HSV(B)110.32º22.96%52.94%-
XYZ17.4721.5816.34-
YUV123.69116.89117.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=31.32%
G=38.79%
B=29.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351040.1900.230.47110.3212.9746.86
Hex6D8768130172F6ed2f
Octal15520715023027571561557
Binary11011011000011111010001001101011110111111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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