#708069

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

Shades of Xanadu #708069

Tints of Xanadu #708069

Color information

#708069 (or 0x708069) is unknown color: approx Xanadu. HEX triplet: 70, 80 and 69. RGB value is (112,128,105). Sum of RGB (Red+Green+Blue) = 112+128+105=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #708069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708069 is #8F7F96. Grayscale: #787878. Windows color (decimal): -9404311 or 6914160. OLE color: 6914160.

HSL color Cylindrical-coordinate representation of color #708069: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708069 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB112128105-
CMYK0.1200.180.50
HSL101.74º9.87%45.69%-
HSV(B)101.74º17.97%50.2%-
XYZ16.9519.916.31-
YUV120.59119.2121.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=32.46%
G=37.10%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121281050.1200.180.50101.749.8745.69
Hex708069C0123266a2e
Octal16020015114022621461256
Binary1110000100000001101001110001001011001011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708069; }

 p { color: rgb(112,128,105); }

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

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

 a { background-color: rgb(112,128,105); }

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

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

 span { border-color: rgb(112,128,105); }

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