#6D8E5F

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

Shades of Xanadu #6D8E5F

Tints of Xanadu #6D8E5F

Color information

#6D8E5F (or 0x6D8E5F) is unknown color: approx Xanadu. HEX triplet: 6D, 8E and 5F. RGB value is (109,142,95). Sum of RGB (Red+Green+Blue) = 109+142+95=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E5F is #9271A0. Grayscale: #7E7E7E. Windows color (decimal): -9597345 or 6262381. OLE color: 6262381.

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

Color convert

RGB10914295-
CMYK0.2300.330.44
HSL102.13º19.83%46.47%-
HSV(B)102.13º33.1%55.69%-
XYZ18.0523.4214.4-
YUV126.78110.07115.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=31.50%
G=41.04%
B=27.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109142950.2300.330.44102.1319.8346.47
Hex6D8E5F170212C66142e
Octal15521613727041541462456
Binary1101101100011101011111101110100001101100110011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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