#6D8964

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

Shades of Xanadu #6D8964

Tints of Xanadu #6D8964

Color information

#6D8964 (or 0x6D8964) is unknown color: approx Xanadu. HEX triplet: 6D, 89 and 64. RGB value is (109,137,100). Sum of RGB (Red+Green+Blue) = 109+137+100=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8964 is #92769B. Grayscale: #7C7C7C. Windows color (decimal): -9598620 or 6588781. OLE color: 6588781.

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

Color convert

RGB109137100-
CMYK0.2000.270.46
HSL105.41º15.61%46.47%-
HSV(B)105.41º27.01%53.73%-
XYZ17.5522.0615.39-
YUV124.41114.22117.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=31.50%
G=39.60%
B=28.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091371000.2000.270.46105.4115.6146.47
Hex6D89641401B2E69102e
Octal15521114424033561512056
Binary110110110001001110010010100011011101110110100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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