#70866C

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

Shades of Xanadu #70866C

Tints of Xanadu #70866C

Color information

#70866C (or 0x70866C) is unknown color: approx Xanadu. HEX triplet: 70, 86 and 6C. RGB value is (112,134,108). Sum of RGB (Red+Green+Blue) = 112+134+108=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #70866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70866C is #8F7993. Grayscale: #7C7C7C. Windows color (decimal): -9402772 or 7112304. OLE color: 7112304.

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

Color convert

RGB112134108-
CMYK0.1600.190.47
HSL110.77º10.74%47.45%-
HSV(B)110.77º19.4%52.55%-
XYZ17.9121.5817.41-
YUV124.46118.71119.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=31.64%
G=37.85%
B=30.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341080.1600.190.47110.7710.7447.45
Hex70866C100132F6fb2f
Octal16020615420023571571357
Binary11100001000011011011001000001001110111111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70866C; }

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

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

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

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

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

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

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

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