#6D8B5E

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

Shades of Xanadu #6D8B5E

Tints of Xanadu #6D8B5E

Color information

#6D8B5E (or 0x6D8B5E) is unknown color: approx Xanadu. HEX triplet: 6D, 8B and 5E. RGB value is (109,139,94). Sum of RGB (Red+Green+Blue) = 109+139+94=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B5E is #9274A1. Grayscale: #7D7D7D. Windows color (decimal): -9598114 or 6196077. OLE color: 6196077.

HSL color Cylindrical-coordinate representation of color #6D8B5E: hue angle of 100º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D8B5E is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB10913994-
CMYK0.2200.320.45
HSL100º19.31%45.69%-
HSV(B)100º32.37%54.51%-
XYZ17.5622.5214.01-
YUV124.9110.56116.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=31.87%
G=40.64%
B=27.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139940.2200.320.4510019.3145.69
Hex6D8B5E160202D64132e
Octal15521313626040551442356
Binary1101101100010111011110101100100000101101110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,94); }

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

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

 a { background-color: rgb(109,139,94); }

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

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

 span { border-color: rgb(109,139,94); }

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