#718468

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

Shades of Xanadu #718468

Tints of Xanadu #718468

Color information

#718468 (or 0x718468) is unknown color: approx Xanadu. HEX triplet: 71, 84 and 68. RGB value is (113,132,104). Sum of RGB (Red+Green+Blue) = 113+132+104=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #718468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718468 is #8E7B97. Grayscale: #7B7B7B. Windows color (decimal): -9337752 or 6849649. OLE color: 6849649.

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

Color convert

RGB113132104-
CMYK0.1400.210.48
HSL100.71º11.86%46.27%-
HSV(B)100.71º21.21%51.76%-
XYZ17.5621.0116.23-
YUV123.13117.21120.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=32.38%
G=37.82%
B=29.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321040.1400.210.48100.7111.8646.27
Hex718468E0153065c2e
Octal16120415016025601451456
Binary1110001100001001101000111001010111000011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718468; }

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

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

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

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

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

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

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

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