#718068

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

Shades of Xanadu #718068

Tints of Xanadu #718068

Color information

#718068 (or 0x718068) is unknown color: approx Xanadu. HEX triplet: 71, 80 and 68. RGB value is (113,128,104). Sum of RGB (Red+Green+Blue) = 113+128+104=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #718068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718068 is #8E7F97. Grayscale: #787878. Windows color (decimal): -9338776 or 6848625. OLE color: 6848625.

HSL color Cylindrical-coordinate representation of color #718068: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718068 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB113128104-
CMYK0.1200.190.50
HSL97.5º10.34%45.49%-
HSV(B)97.5º18.75%50.2%-
XYZ17.0319.9516.05-
YUV120.78118.53122.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=32.75%
G=37.10%
B=30.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131281040.1200.190.5097.510.3445.49
Hex718068C0133262a2d
Octal16120015014023621421255
Binary1110001100000001101000110001001111001011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718068; }

 p { color: rgb(113,128,104); }

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

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

 a { background-color: rgb(113,128,104); }

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

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

 span { border-color: rgb(113,128,104); }

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