#70876C

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

Shades of Xanadu #70876C

Tints of Xanadu #70876C

Color information

#70876C (or 0x70876C) is unknown color: approx Xanadu. HEX triplet: 70, 87 and 6C. RGB value is (112,135,108). Sum of RGB (Red+Green+Blue) = 112+135+108=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #70876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70876C is #8F7893. Grayscale: #7D7D7D. Windows color (decimal): -9402516 or 7112560. OLE color: 7112560.

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

Color convert

RGB112135108-
CMYK0.1700.20.47
HSL111.11º11.11%47.65%-
HSV(B)111.11º20%52.94%-
XYZ18.0521.8617.45-
YUV125.04118.38118.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=31.55%
G=38.03%
B=30.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351080.1700.20.47111.1111.1147.65
Hex70876C110142F6fb30
Octal16020715421024571571360
Binary11100001000011111011001000101010010111111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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