#718B63

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

Shades of Xanadu #718B63

Tints of Xanadu #718B63

Color information

#718B63 (or 0x718B63) is unknown color: approx Xanadu. HEX triplet: 71, 8B and 63. RGB value is (113,139,99). Sum of RGB (Red+Green+Blue) = 113+139+99=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #718B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B63 is #8E749C. Grayscale: #7E7E7E. Windows color (decimal): -9335965 or 6523761. OLE color: 6523761.

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

Color convert

RGB11313999-
CMYK0.1900.290.45
HSL99º16.81%46.67%-
HSV(B)99º28.78%54.51%-
XYZ18.2922.8815.26-
YUV126.67112.39118.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=32.19%
G=39.60%
B=28.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139990.1900.290.459916.8146.67
Hex718B631301D2D63112f
Octal16121314323035551432157
Binary111000110001011110001110011011101101101110001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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