#6E9064

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

Shades of Xanadu #6E9064

Tints of Xanadu #6E9064

Color information

#6E9064 (or 0x6E9064) is unknown color: approx Xanadu. HEX triplet: 6E, 90 and 64. RGB value is (110,144,100). Sum of RGB (Red+Green+Blue) = 110+144+100=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9064 is #916F9B. Grayscale: #808080. Windows color (decimal): -9531292 or 6590574. OLE color: 6590574.

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

Color convert

RGB110144100-
CMYK0.2400.310.44
HSL106.36º18.03%47.84%-
HSV(B)106.36º30.56%56.47%-
XYZ18.724.1815.74-
YUV128.82111.74114.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=31.07%
G=40.68%
B=28.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101441000.2400.310.44106.3618.0347.84
Hex6E90641801F2C6a1230
Octal15622014430037541522260
Binary110111010010000110010011000011111101100110101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,100); }

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

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

 a { background-color: rgb(110,144,100); }

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

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

 span { border-color: rgb(110,144,100); }

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