#708E61

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

Shades of Xanadu #708E61

Tints of Xanadu #708E61

Color information

#708E61 (or 0x708E61) is unknown color: approx Xanadu. HEX triplet: 70, 8E and 61. RGB value is (112,142,97). Sum of RGB (Red+Green+Blue) = 112+142+97=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #708E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E61 is #8F719E. Grayscale: #808080. Windows color (decimal): -9400735 or 6393456. OLE color: 6393456.

HSL color Cylindrical-coordinate representation of color #708E61: hue angle of 100º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708E61 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11214297-
CMYK0.2100.320.44
HSL100º18.83%46.86%-
HSV(B)100º31.69%55.69%-
XYZ18.5123.6514.9-
YUV127.9110.56116.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=31.91%
G=40.46%
B=27.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142970.2100.320.4410018.8346.86
Hex708E61150202C64132f
Octal16021614125040541442357
Binary1110000100011101100001101010100000101100110010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,97); }

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

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

 a { background-color: rgb(112,142,97); }

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

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

 span { border-color: rgb(112,142,97); }

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