#6D8E65

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

Shades of Xanadu #6D8E65

Tints of Xanadu #6D8E65

Color information

#6D8E65 (or 0x6D8E65) is unknown color: approx Xanadu. HEX triplet: 6D, 8E and 65. RGB value is (109,142,101). Sum of RGB (Red+Green+Blue) = 109+142+101=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E65 is #92719A. Grayscale: #7F7F7F. Windows color (decimal): -9597339 or 6655597. OLE color: 6655597.

HSL color Cylindrical-coordinate representation of color #6D8E65: hue angle of 108.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D8E65 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB109142101-
CMYK0.2300.290.44
HSL108.29º16.87%47.65%-
HSV(B)108.29º28.87%55.69%-
XYZ18.3323.5415.89-
YUV127.46113.07114.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.97%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=30.97%
G=40.34%
B=28.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091421010.2300.290.44108.2916.8747.65
Hex6D8E651701D2C6c1130
Octal15521614527035541542160
Binary110110110001110110010110111011101101100110110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,101); }

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

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

 a { background-color: rgb(109,142,101); }

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

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

 span { border-color: rgb(109,142,101); }

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