#6E9365

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

Shades of Xanadu #6E9365

Tints of Xanadu #6E9365

Color information

#6E9365 (or 0x6E9365) is unknown color: approx Xanadu. HEX triplet: 6E, 93 and 65. RGB value is (110,147,101). Sum of RGB (Red+Green+Blue) = 110+147+101=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9365 is #916C9A. Grayscale: #828282. Windows color (decimal): -9530523 or 6656878. OLE color: 6656878.

HSL color Cylindrical-coordinate representation of color #6E9365: hue angle of 108.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E9365 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB110147101-
CMYK0.2500.310.42
HSL108.26º18.55%48.63%-
HSV(B)108.26º31.29%57.65%-
XYZ19.2125.1216.15-
YUV130.69111.24113.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=30.73%
G=41.06%
B=28.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471010.2500.310.42108.2618.5548.63
Hex6E93651901F2A6c1331
Octal15622314531037521542361
Binary110111010010011110010111001011111101010110110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,147,101); }

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

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

 a { background-color: rgb(110,147,101); }

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

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

 span { border-color: rgb(110,147,101); }

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