#718668

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

Shades of Xanadu #718668

Tints of Xanadu #718668

Color information

#718668 (or 0x718668) is unknown color: approx Xanadu. HEX triplet: 71, 86 and 68. RGB value is (113,134,104). Sum of RGB (Red+Green+Blue) = 113+134+104=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #718668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718668 is #8E7997. Grayscale: #7C7C7C. Windows color (decimal): -9337240 or 6850161. OLE color: 6850161.

HSL color Cylindrical-coordinate representation of color #718668: hue angle of 102º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718668 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB113134104-
CMYK0.1600.220.47
HSL102º12.61%46.67%-
HSV(B)102º22.39%52.55%-
XYZ17.8321.5616.32-
YUV124.3116.54119.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=32.19%
G=38.18%
B=29.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341040.1600.220.4710212.6146.67
Hex718668100162F66d2f
Octal16120615020026571461557
Binary11100011000011011010001000001011010111111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718668; }

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

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

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

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

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

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

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

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