#708F61

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

Shades of Xanadu #708F61

Tints of Xanadu #708F61

Color information

#708F61 (or 0x708F61) is unknown color: approx Xanadu. HEX triplet: 70, 8F and 61. RGB value is (112,143,97). Sum of RGB (Red+Green+Blue) = 112+143+97=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #708F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F61 is #8F709E. Grayscale: #808080. Windows color (decimal): -9400479 or 6393712. OLE color: 6393712.

HSL color Cylindrical-coordinate representation of color #708F61: hue angle of 100.43º 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 #708F61 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11214397-
CMYK0.2200.320.44
HSL100.43º19.17%47.06%-
HSV(B)100.43º32.17%56.08%-
XYZ18.6623.9514.95-
YUV128.49110.23116.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=31.82%
G=40.62%
B=27.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112143970.2200.320.44100.4319.1747.06
Hex708F61160202C64132f
Octal16021714126040541442357
Binary1110000100011111100001101100100000101100110010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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