#708369

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

Shades of Xanadu #708369

Tints of Xanadu #708369

Color information

#708369 (or 0x708369) is unknown color: approx Xanadu. HEX triplet: 70, 83 and 69. RGB value is (112,131,105). Sum of RGB (Red+Green+Blue) = 112+131+105=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #708369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708369 is #8F7C96. Grayscale: #7A7A7A. Windows color (decimal): -9403543 or 6914928. OLE color: 6914928.

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

Color convert

RGB112131105-
CMYK0.1500.200.49
HSL103.85º11.02%46.27%-
HSV(B)103.85º19.85%51.37%-
XYZ17.3520.716.45-
YUV122.35118.21120.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=32.18%
G=37.64%
B=30.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311050.1500.200.49103.8511.0246.27
Hex708369F0143168b2e
Octal16020315117024611501356
Binary1110000100000111101001111101010011000111010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708369; }

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

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

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

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

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

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

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

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