#718C6C

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

Shades of Xanadu #718C6C

Tints of Xanadu #718C6C

Color information

#718C6C (or 0x718C6C) is unknown color: approx Xanadu. HEX triplet: 71, 8C and 6C. RGB value is (113,140,108). Sum of RGB (Red+Green+Blue) = 113+140+108=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #718C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C6C is #8E7393. Grayscale: #808080. Windows color (decimal): -9335700 or 7113841. OLE color: 7113841.

HSL color Cylindrical-coordinate representation of color #718C6C: hue angle of 110.62º 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 #718C6C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB113140108-
CMYK0.1900.230.45
HSL110.62º12.9%48.63%-
HSV(B)110.62º22.86%54.9%-
XYZ18.8923.3517.7-
YUV128.28116.55117.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=31.30%
G=38.78%
B=29.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131401080.1900.230.45110.6212.948.63
Hex718C6C130172D6fd31
Octal16121415423027551571561
Binary11100011000110011011001001101011110110111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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