#718568

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

Shades of Xanadu #718568

Tints of Xanadu #718568

Color information

#718568 (or 0x718568) is unknown color: approx Xanadu. HEX triplet: 71, 85 and 68. RGB value is (113,133,104). Sum of RGB (Red+Green+Blue) = 113+133+104=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #718568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718568 is #8E7A97. Grayscale: #7B7B7B. Windows color (decimal): -9337496 or 6849905. OLE color: 6849905.

HSL color Cylindrical-coordinate representation of color #718568: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718568 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB113133104-
CMYK0.1500.220.48
HSL101.38º12.24%46.47%-
HSV(B)101.38º21.8%52.16%-
XYZ17.721.2916.27-
YUV123.71116.87120.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=32.29%
G=38%
B=29.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331040.1500.220.48101.3812.2446.47
Hex718568F0163065c2e
Octal16120515017026601451456
Binary1110001100001011101000111101011011000011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718568; }

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

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

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

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

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

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

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

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