#6D915F

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

Shades of Xanadu #6D915F

Tints of Xanadu #6D915F

Color information

#6D915F (or 0x6D915F) is unknown color: approx Xanadu. HEX triplet: 6D, 91 and 5F. RGB value is (109,145,95). Sum of RGB (Red+Green+Blue) = 109+145+95=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #6D915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D915F is #926EA0. Grayscale: #808080. Windows color (decimal): -9596577 or 6263149. OLE color: 6263149.

HSL color Cylindrical-coordinate representation of color #6D915F: hue angle of 103.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D915F is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB10914595-
CMYK0.2500.340.43
HSL103.2º20.83%47.06%-
HSV(B)103.2º34.48%56.86%-
XYZ18.524.3314.55-
YUV128.54109.07114.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=31.23%
G=41.55%
B=27.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145950.2500.340.43103.220.8347.06
Hex6D915F190222B67152f
Octal15522113731042531472557
Binary1101101100100011011111110010100010101011110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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