#708968

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

Shades of Xanadu #708968

Tints of Xanadu #708968

Color information

#708968 (or 0x708968) is unknown color: approx Xanadu. HEX triplet: 70, 89 and 68. RGB value is (112,137,104). Sum of RGB (Red+Green+Blue) = 112+137+104=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #708968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708968 is #8F7697. Grayscale: #7D7D7D. Windows color (decimal): -9402008 or 6850928. OLE color: 6850928.

HSL color Cylindrical-coordinate representation of color #708968: hue angle of 105.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708968 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB112137104-
CMYK0.1800.240.46
HSL105.45º13.69%47.25%-
HSV(B)105.45º24.09%53.73%-
XYZ18.1322.3416.45-
YUV125.76115.72118.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=31.73%
G=38.81%
B=29.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371040.1800.240.46105.4513.6947.25
Hex708968120182E69e2f
Octal16021115022030561511657
Binary11100001000100111010001001001100010111011010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708968; }

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

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

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

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

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

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

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

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