#718D6A

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

Shades of Xanadu #718D6A

Tints of Xanadu #718D6A

Color information

#718D6A (or 0x718D6A) is unknown color: approx Xanadu. HEX triplet: 71, 8D and 6A. RGB value is (113,141,106). Sum of RGB (Red+Green+Blue) = 113+141+106=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #718D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D6A is #8E7295. Grayscale: #808080. Windows color (decimal): -9335446 or 6983025. OLE color: 6983025.

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

Color convert

RGB113141106-
CMYK0.2000.250.45
HSL108º14.17%48.43%-
HSV(B)108º24.82%55.29%-
XYZ18.9423.617.19-
YUV128.64115.22116.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=31.39%
G=39.17%
B=29.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131411060.2000.250.4510814.1748.43
Hex718D6A140192D6ce30
Octal16121515224031551541660
Binary11100011000110111010101010001100110110111011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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