#717670

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

Shades of Xanadu #717670

Tints of Xanadu #717670

Color information

#717670 (or 0x717670) is unknown color: approx Xanadu. HEX triplet: 71, 76 and 70. RGB value is (113,118,112). Sum of RGB (Red+Green+Blue) = 113+118+112=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #717670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717670 is #8E898F. Grayscale: #737373. Windows color (decimal): -9341328 or 7370353. OLE color: 7370353.

HSL color Cylindrical-coordinate representation of color #717670: hue angle of 110º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717670 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB113118112-
CMYK0.0400.050.54
HSL110º2.61%45.1%-
HSV(B)110º5.08%46.27%-
XYZ16.2117.6417.88-
YUV115.82125.84125.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=32.94%
G=34.40%
B=32.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131181120.0400.050.541102.6145.1
Hex717670405366e32d
Octal16116616040566156355
Binary1110001111011011100001000101110110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717670; }

 p { color: rgb(113,118,112); }

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

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

 a { background-color: rgb(113,118,112); }

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

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

 span { border-color: rgb(113,118,112); }

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