#708467

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

Shades of Xanadu #708467

Tints of Xanadu #708467

Color information

#708467 (or 0x708467) is unknown color: approx Xanadu. HEX triplet: 70, 84 and 67. RGB value is (112,132,103). Sum of RGB (Red+Green+Blue) = 112+132+103=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #708467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708467 is #8F7B98. Grayscale: #7A7A7A. Windows color (decimal): -9403289 or 6784112. OLE color: 6784112.

HSL color Cylindrical-coordinate representation of color #708467: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708467 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB112132103-
CMYK0.1500.220.48
HSL101.38º12.34%46.08%-
HSV(B)101.38º21.97%51.76%-
XYZ17.3820.9315.96-
YUV122.71116.87120.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=32.28%
G=38.04%
B=29.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321030.1500.220.48101.3812.3446.08
Hex708467F0163065c2e
Octal16020414717026601451456
Binary1110000100001001100111111101011011000011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708467; }

 p { color: rgb(112,132,103); }

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

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

 a { background-color: rgb(112,132,103); }

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

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

 span { border-color: rgb(112,132,103); }

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