#708D68

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

Shades of Xanadu #708D68

Tints of Xanadu #708D68

Color information

#708D68 (or 0x708D68) is unknown color: approx Xanadu. HEX triplet: 70, 8D and 68. RGB value is (112,141,104). Sum of RGB (Red+Green+Blue) = 112+141+104=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #708D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D68 is #8F7297. Grayscale: #808080. Windows color (decimal): -9400984 or 6851952. OLE color: 6851952.

HSL color Cylindrical-coordinate representation of color #708D68: hue angle of 107.03º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708D68 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB112141104-
CMYK0.2100.260.45
HSL107.03º15.1%48.04%-
HSV(B)107.03º26.24%55.29%-
XYZ18.7123.4916.65-
YUV128.11114.39116.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=31.37%
G=39.50%
B=29.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121411040.2100.260.45107.0315.148.04
Hex708D681501A2D6bf30
Octal16021515025032551531760
Binary11100001000110111010001010101101010110111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D68; }

 p { color: rgb(112,141,104); }

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

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

 a { background-color: rgb(112,141,104); }

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

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

 span { border-color: rgb(112,141,104); }

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