#718B69

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

Shades of Xanadu #718B69

Tints of Xanadu #718B69

Color information

#718B69 (or 0x718B69) is unknown color: approx Xanadu. HEX triplet: 71, 8B and 69. RGB value is (113,139,105). Sum of RGB (Red+Green+Blue) = 113+139+105=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #718B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B69 is #8E7496. Grayscale: #7F7F7F. Windows color (decimal): -9335959 or 6916977. OLE color: 6916977.

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

Color convert

RGB113139105-
CMYK0.1900.240.45
HSL105.88º13.93%47.84%-
HSV(B)105.88º24.46%54.51%-
XYZ18.592316.82-
YUV127.35115.39117.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=31.65%
G=38.94%
B=29.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131391050.1900.240.45105.8813.9347.84
Hex718B69130182D6ae30
Octal16121315123030551521660
Binary11100011000101111010011001101100010110111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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