#718D6C

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

Shades of Xanadu #718D6C

Tints of Xanadu #718D6C

Color information

#718D6C (or 0x718D6C) is unknown color: approx Xanadu. HEX triplet: 71, 8D and 6C. RGB value is (113,141,108). Sum of RGB (Red+Green+Blue) = 113+141+108=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #718D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D6C is #8E7293. Grayscale: #808080. Windows color (decimal): -9335444 or 7114097. OLE color: 7114097.

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

Color convert

RGB113141108-
CMYK0.2000.230.45
HSL110.91º13.25%48.82%-
HSV(B)110.91º23.4%55.29%-
XYZ19.0423.6417.75-
YUV128.87116.22116.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=31.22%
G=38.95%
B=29.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131411080.2000.230.45110.9113.2548.82
Hex718D6C140172D6fd31
Octal16121515424027551571561
Binary11100011000110111011001010001011110110111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,141,108); }

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

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

 a { background-color: rgb(113,141,108); }

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

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

 span { border-color: rgb(113,141,108); }

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