#6D8961

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

Shades of Xanadu #6D8961

Tints of Xanadu #6D8961

Color information

#6D8961 (or 0x6D8961) is unknown color: approx Xanadu. HEX triplet: 6D, 89 and 61. RGB value is (109,137,97). Sum of RGB (Red+Green+Blue) = 109+137+97=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8961 is #92769E. Grayscale: #7C7C7C. Windows color (decimal): -9598623 or 6392173. OLE color: 6392173.

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

Color convert

RGB10913797-
CMYK0.2000.290.46
HSL102º17.09%45.88%-
HSV(B)102º29.2%53.73%-
XYZ17.4122.0114.64-
YUV124.07112.72117.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=31.78%
G=39.94%
B=28.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109137970.2000.290.4610217.0945.88
Hex6D89611401D2E66112e
Octal15521114124035561462156
Binary110110110001001110000110100011101101110110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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