#718A6A

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

Shades of Xanadu #718A6A

Tints of Xanadu #718A6A

Color information

#718A6A (or 0x718A6A) is unknown color: approx Xanadu. HEX triplet: 71, 8A and 6A. RGB value is (113,138,106). Sum of RGB (Red+Green+Blue) = 113+138+106=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #718A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A6A is #8E7595. Grayscale: #7E7E7E. Windows color (decimal): -9336214 or 6982257. OLE color: 6982257.

HSL color Cylindrical-coordinate representation of color #718A6A: hue angle of 106.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718A6A is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB113138106-
CMYK0.1800.230.46
HSL106.88º13.11%47.84%-
HSV(B)106.88º23.19%54.12%-
XYZ18.522.7317.05-
YUV126.88116.22118.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=31.65%
G=38.66%
B=29.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131381060.1800.230.46106.8813.1147.84
Hex718A6A120172E6bd30
Octal16121215222027561531560
Binary11100011000101011010101001001011110111011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,138,106); }

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

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

 a { background-color: rgb(113,138,106); }

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

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

 span { border-color: rgb(113,138,106); }

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