#718B6D

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

Shades of Xanadu #718B6D

Tints of Xanadu #718B6D

Color information

#718B6D (or 0x718B6D) is unknown color: approx Xanadu. HEX triplet: 71, 8B and 6D. RGB value is (113,139,109). Sum of RGB (Red+Green+Blue) = 113+139+109=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #718B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B6D is #8E7492. Grayscale: #7F7F7F. Windows color (decimal): -9335955 or 7179121. OLE color: 7179121.

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

Color convert

RGB113139109-
CMYK0.1900.220.45
HSL112º12.1%48.63%-
HSV(B)112º21.58%54.51%-
XYZ18.823.0817.93-
YUV127.81117.39117.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=31.30%
G=38.50%
B=30.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131391090.1900.220.4511212.148.63
Hex718B6D130162D70c31
Octal16121315523026551601461
Binary11100011000101111011011001101011010110111100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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