#6D8767

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

Shades of Xanadu #6D8767

Tints of Xanadu #6D8767

Color information

#6D8767 (or 0x6D8767) is unknown color: approx Xanadu. HEX triplet: 6D, 87 and 67. RGB value is (109,135,103). Sum of RGB (Red+Green+Blue) = 109+135+103=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8767 is #927898. Grayscale: #7B7B7B. Windows color (decimal): -9599129 or 6784877. OLE color: 6784877.

HSL color Cylindrical-coordinate representation of color #6D8767: hue angle of 108.75º 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 #6D8767 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB109135103-
CMYK0.1900.240.47
HSL108.75º13.45%46.67%-
HSV(B)108.75º23.7%52.94%-
XYZ17.4221.5616.08-
YUV123.58116.39117.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.41%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=31.41%
G=38.90%
B=29.68%

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
Decimal1091351030.1900.240.47108.7513.4546.67
Hex6D8767130182F6dd2f
Octal15520714723030571551557
Binary11011011000011111001111001101100010111111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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