#6D9064

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

Shades of Xanadu #6D9064

Tints of Xanadu #6D9064

Color information

#6D9064 (or 0x6D9064) is unknown color: approx Xanadu. HEX triplet: 6D, 90 and 64. RGB value is (109,144,100). Sum of RGB (Red+Green+Blue) = 109+144+100=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9064 is #926F9B. Grayscale: #808080. Windows color (decimal): -9596828 or 6590573. OLE color: 6590573.

HSL color Cylindrical-coordinate representation of color #6D9064: hue angle of 107.73º 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 #6D9064 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB109144100-
CMYK0.2400.310.44
HSL107.73º18.03%47.84%-
HSV(B)107.73º30.56%56.47%-
XYZ18.5824.1215.73-
YUV128.52111.9114.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.88%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=30.88%
G=40.79%
B=28.33%

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
Decimal1091441000.2400.310.44107.7318.0347.84
Hex6D90641801F2C6c1230
Octal15522014430037541542260
Binary110110110010000110010011000011111101100110110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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