#708367

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

Shades of Xanadu #708367

Tints of Xanadu #708367

Color information

#708367 (or 0x708367) is unknown color: approx Xanadu. HEX triplet: 70, 83 and 67. RGB value is (112,131,103). Sum of RGB (Red+Green+Blue) = 112+131+103=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #708367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708367 is #8F7C98. Grayscale: #7A7A7A. Windows color (decimal): -9403545 or 6783856. OLE color: 6783856.

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

Color convert

RGB112131103-
CMYK0.1500.210.49
HSL100.71º11.97%45.88%-
HSV(B)100.71º21.37%51.37%-
XYZ17.2520.6615.91-
YUV122.13117.21120.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=32.37%
G=37.86%
B=29.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311030.1500.210.49100.7111.9745.88
Hex708367F0153165c2e
Octal16020314717025611451456
Binary1110000100000111100111111101010111000111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708367; }

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

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

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

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

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

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

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

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