#6D8966

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

Shades of Xanadu #6D8966

Tints of Xanadu #6D8966

Color information

#6D8966 (or 0x6D8966) is unknown color: approx Xanadu. HEX triplet: 6D, 89 and 66. RGB value is (109,137,102). Sum of RGB (Red+Green+Blue) = 109+137+102=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8966 is #927699. Grayscale: #7C7C7C. Windows color (decimal): -9598618 or 6719853. OLE color: 6719853.

HSL color Cylindrical-coordinate representation of color #6D8966: hue angle of 108º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8966 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB109137102-
CMYK0.2000.260.46
HSL108º14.64%46.86%-
HSV(B)108º25.55%53.73%-
XYZ17.6522.115.91-
YUV124.64115.22116.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=31.32%
G=39.37%
B=29.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091371020.2000.260.4610814.6446.86
Hex6D89661401A2E6cf2f
Octal15521114624032561541757
Binary11011011000100111001101010001101010111011011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,102); }

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

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

 a { background-color: rgb(109,137,102); }

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

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

 span { border-color: rgb(109,137,102); }

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