#718E6D

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

Shades of Xanadu #718E6D

Tints of Xanadu #718E6D

Color information

#718E6D (or 0x718E6D) is unknown color: approx Xanadu. HEX triplet: 71, 8E and 6D. RGB value is (113,142,109). Sum of RGB (Red+Green+Blue) = 113+142+109=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #718E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E6D is #8E7192. Grayscale: #818181. Windows color (decimal): -9335187 or 7179889. OLE color: 7179889.

HSL color Cylindrical-coordinate representation of color #718E6D: hue angle of 112.73º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718E6D is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB113142109-
CMYK0.2000.230.44
HSL112.73º13.15%49.22%-
HSV(B)112.73º23.24%55.69%-
XYZ19.2423.9618.08-
YUV129.57116.39116.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=31.04%
G=39.01%
B=29.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131421090.2000.230.44112.7313.1549.22
Hex718E6D140172C71d31
Octal16121615524027541611561
Binary11100011000111011011011010001011110110011100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718E6D; }

 p { color: rgb(113,142,109); }

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

<style>
 a { background-color: #718E6D; }

 a { background-color: rgb(113,142,109); }

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

<style>
 span { border-color: #718E6D; }

 span { border-color: rgb(113,142,109); }

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