#708669

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

Shades of Xanadu #708669

Tints of Xanadu #708669

Color information

#708669 (or 0x708669) is unknown color: approx Xanadu. HEX triplet: 70, 86 and 69. RGB value is (112,134,105). Sum of RGB (Red+Green+Blue) = 112+134+105=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #708669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708669 is #8F7996. Grayscale: #7C7C7C. Windows color (decimal): -9402775 or 6915696. OLE color: 6915696.

HSL color Cylindrical-coordinate representation of color #708669: hue angle of 105.52º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708669 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB112134105-
CMYK0.1600.220.47
HSL105.52º12.13%46.86%-
HSV(B)105.52º21.64%52.55%-
XYZ17.7621.5116.58-
YUV124.12117.21119.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=31.91%
G=38.18%
B=29.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341050.1600.220.47105.5212.1346.86
Hex708669100162F6ac2f
Octal16020615120026571521457
Binary11100001000011011010011000001011010111111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708669; }

 p { color: rgb(112,134,105); }

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

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

 a { background-color: rgb(112,134,105); }

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

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

 span { border-color: rgb(112,134,105); }

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