#6D9260

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

Shades of Xanadu #6D9260

Tints of Xanadu #6D9260

Color information

#6D9260 (or 0x6D9260) is unknown color: approx Xanadu. HEX triplet: 6D, 92 and 60. RGB value is (109,146,96). Sum of RGB (Red+Green+Blue) = 109+146+96=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9260 is #926D9F. Grayscale: #818181. Windows color (decimal): -9596320 or 6328941. OLE color: 6328941.

HSL color Cylindrical-coordinate representation of color #6D9260: hue angle of 104.4º 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 #6D9260 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB10914696-
CMYK0.2500.340.43
HSL104.4º20.66%47.45%-
HSV(B)104.4º34.25%57.25%-
XYZ18.724.6514.84-
YUV129.24109.24113.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=31.05%
G=41.60%
B=27.35%

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
Decimal109146960.2500.340.43104.420.6647.45
Hex6D9260190222B68152f
Octal15522214031042531502557
Binary1101101100100101100000110010100010101011110100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,96); }

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

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

 a { background-color: rgb(109,146,96); }

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

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

 span { border-color: rgb(109,146,96); }

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