#708766

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

Shades of Xanadu #708766

Tints of Xanadu #708766

Color information

#708766 (or 0x708766) is unknown color: approx Xanadu. HEX triplet: 70, 87 and 66. RGB value is (112,135,102). Sum of RGB (Red+Green+Blue) = 112+135+102=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #708766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708766 is #8F7899. Grayscale: #7C7C7C. Windows color (decimal): -9402522 or 6719344. OLE color: 6719344.

HSL color Cylindrical-coordinate representation of color #708766: hue angle of 101.82º 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 #708766 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB112135102-
CMYK0.1700.240.47
HSL101.82º13.92%46.47%-
HSV(B)101.82º24.44%52.94%-
XYZ17.7421.7315.83-
YUV124.36115.38119.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=32.09%
G=38.68%
B=29.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351020.1700.240.47101.8213.9246.47
Hex708766110182F66e2e
Octal16020714621030571461656
Binary11100001000011111001101000101100010111111001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708766; }

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

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

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

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

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

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

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

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