#708667

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

Shades of Xanadu #708667

Tints of Xanadu #708667

Color information

#708667 (or 0x708667) is unknown color: approx Xanadu. HEX triplet: 70, 86 and 67. RGB value is (112,134,103). Sum of RGB (Red+Green+Blue) = 112+134+103=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #708667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708667 is #8F7998. Grayscale: #7B7B7B. Windows color (decimal): -9402777 or 6784624. OLE color: 6784624.

HSL color Cylindrical-coordinate representation of color #708667: hue angle of 102.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708667 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB112134103-
CMYK0.1600.230.47
HSL102.58º13.08%46.47%-
HSV(B)102.58º23.13%52.55%-
XYZ17.6621.4716.05-
YUV123.89116.21119.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=32.09%
G=38.40%
B=29.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341030.1600.230.47102.5813.0846.47
Hex708667100172F67d2e
Octal16020614720027571471556
Binary11100001000011011001111000001011110111111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708667; }

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

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

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

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

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

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

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

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