#708B65

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

Shades of Xanadu #708B65

Tints of Xanadu #708B65

Color information

#708B65 (or 0x708B65) is unknown color: approx Xanadu. HEX triplet: 70, 8B and 65. RGB value is (112,139,101). Sum of RGB (Red+Green+Blue) = 112+139+101=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #708B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B65 is #8F749A. Grayscale: #7E7E7E. Windows color (decimal): -9401499 or 6654832. OLE color: 6654832.

HSL color Cylindrical-coordinate representation of color #708B65: hue angle of 102.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708B65 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB112139101-
CMYK0.1900.270.45
HSL102.63º15.83%47.06%-
HSV(B)102.63º27.34%54.51%-
XYZ18.2622.8515.76-
YUV126.59113.55117.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=31.82%
G=39.49%
B=28.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121391010.1900.270.45102.6315.8347.06
Hex708B651301B2D67102f
Octal16021314523033551472057
Binary111000010001011110010110011011011101101110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,101); }

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

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

 a { background-color: rgb(112,139,101); }

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

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

 span { border-color: rgb(112,139,101); }

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