#6E8D62

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

Shades of Xanadu #6E8D62

Tints of Xanadu #6E8D62

Color information

#6E8D62 (or 0x6E8D62) is unknown color: approx Xanadu. HEX triplet: 6E, 8D and 62. RGB value is (110,141,98). Sum of RGB (Red+Green+Blue) = 110+141+98=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8D62 is #91729D. Grayscale: #7E7E7E. Windows color (decimal): -9532062 or 6458734. OLE color: 6458734.

HSL color Cylindrical-coordinate representation of color #6E8D62: hue angle of 103.26º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E8D62 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB11014198-
CMYK0.2200.300.45
HSL103.26º17.99%46.86%-
HSV(B)103.26º30.5%55.29%-
XYZ18.1623.2515.09-
YUV126.83111.73116-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=31.52%
G=40.40%
B=28.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141980.2200.300.45103.2617.9946.86
Hex6E8D621601E2D67122f
Octal15621514226036551472257
Binary110111010001101110001010110011110101101110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,98); }

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

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

 a { background-color: rgb(110,141,98); }

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

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

 span { border-color: rgb(110,141,98); }

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