#6D8962

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

Shades of Xanadu #6D8962

Tints of Xanadu #6D8962

Color information

#6D8962 (or 0x6D8962) is unknown color: approx Xanadu. HEX triplet: 6D, 89 and 62. RGB value is (109,137,98). Sum of RGB (Red+Green+Blue) = 109+137+98=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8962 is #92769D. Grayscale: #7C7C7C. Windows color (decimal): -9598622 or 6457709. OLE color: 6457709.

HSL color Cylindrical-coordinate representation of color #6D8962: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D8962 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB10913798-
CMYK0.2000.280.46
HSL103.08º16.6%46.08%-
HSV(B)103.08º28.47%53.73%-
XYZ17.4622.0214.89-
YUV124.18113.22117.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=31.69%
G=39.83%
B=28.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109137980.2000.280.46103.0816.646.08
Hex6D89621401C2E67112e
Octal15521114224034561472156
Binary110110110001001110001010100011100101110110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,98); }

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

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

 a { background-color: rgb(109,137,98); }

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

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

 span { border-color: rgb(109,137,98); }

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