#70856D

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

Shades of Xanadu #70856D

Tints of Xanadu #70856D

Color information

#70856D (or 0x70856D) is unknown color: approx Xanadu. HEX triplet: 70, 85 and 6D. RGB value is (112,133,109). Sum of RGB (Red+Green+Blue) = 112+133+109=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #70856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70856D is #8F7A92. Grayscale: #7C7C7C. Windows color (decimal): -9403027 or 7177584. OLE color: 7177584.

HSL color Cylindrical-coordinate representation of color #70856D: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70856D is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB112133109-
CMYK0.1600.180.48
HSL112.5º9.92%47.45%-
HSV(B)112.5º18.05%52.16%-
XYZ17.8321.3217.64-
YUV123.98119.54119.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=31.64%
G=37.57%
B=30.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331090.1600.180.48112.59.9247.45
Hex70856D100123070a2f
Octal16020515520022601601257
Binary11100001000010111011011000001001011000011100001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70856D; }

 p { color: rgb(112,133,109); }

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

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

 a { background-color: rgb(112,133,109); }

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

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

 span { border-color: rgb(112,133,109); }

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