#708469

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

Shades of Xanadu #708469

Tints of Xanadu #708469

Color information

#708469 (or 0x708469) is unknown color: approx Xanadu. HEX triplet: 70, 84 and 69. RGB value is (112,132,105). Sum of RGB (Red+Green+Blue) = 112+132+105=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #708469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708469 is #8F7B96. Grayscale: #7B7B7B. Windows color (decimal): -9403287 or 6915184. OLE color: 6915184.

HSL color Cylindrical-coordinate representation of color #708469: hue angle of 104.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708469 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB112132105-
CMYK0.1500.200.48
HSL104.44º11.39%46.47%-
HSV(B)104.44º20.45%51.76%-
XYZ17.4820.9716.49-
YUV122.94117.87120.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=32.09%
G=37.82%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321050.1500.200.48104.4411.3946.47
Hex708469F0143068b2e
Octal16020415117024601501356
Binary1110000100001001101001111101010011000011010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708469; }

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

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

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

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

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

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

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

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