#718766

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

Shades of Xanadu #718766

Tints of Xanadu #718766

Color information

#718766 (or 0x718766) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 66. RGB value is (113,135,102). Sum of RGB (Red+Green+Blue) = 113+135+102=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #718766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718766 is #8E7899. Grayscale: #7C7C7C. Windows color (decimal): -9336986 or 6719345. OLE color: 6719345.

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

Color convert

RGB113135102-
CMYK0.1600.240.47
HSL100º13.92%46.47%-
HSV(B)100º24.44%52.94%-
XYZ17.8721.815.84-
YUV124.66115.21119.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=32.29%
G=38.57%
B=29.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351020.1600.240.4710013.9246.47
Hex718766100182F64e2e
Octal16120714620030571441656
Binary11100011000011111001101000001100010111111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718766; }

 p { color: rgb(113,135,102); }

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

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

 a { background-color: rgb(113,135,102); }

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

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

 span { border-color: rgb(113,135,102); }

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