#6D8C66

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

Shades of Xanadu #6D8C66

Tints of Xanadu #6D8C66

Color information

#6D8C66 (or 0x6D8C66) is unknown color: approx Xanadu. HEX triplet: 6D, 8C and 66. RGB value is (109,140,102). Sum of RGB (Red+Green+Blue) = 109+140+102=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8C66 is #927399. Grayscale: #7E7E7E. Windows color (decimal): -9597850 or 6720621. OLE color: 6720621.

HSL color Cylindrical-coordinate representation of color #6D8C66: hue angle of 108.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D8C66 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB109140102-
CMYK0.2200.270.45
HSL108.95º15.7%47.45%-
HSV(B)108.95º27.14%54.9%-
XYZ18.0822.9716.05-
YUV126.4114.23115.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=31.05%
G=39.89%
B=29.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091401020.2200.270.45108.9515.747.45
Hex6D8C661601B2D6d102f
Octal15521414626033551552057
Binary110110110001100110011010110011011101101110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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