#70756E

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

Shades of Xanadu #70756E

Tints of Xanadu #70756E

Color information

#70756E (or 0x70756E) is unknown color: approx Xanadu. HEX triplet: 70, 75 and 6E. RGB value is (112,117,110). Sum of RGB (Red+Green+Blue) = 112+117+110=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #70756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756E is #8F8A91. Grayscale: #727272. Windows color (decimal): -9407122 or 7239024. OLE color: 7239024.

HSL color Cylindrical-coordinate representation of color #70756E: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70756E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB112117110-
CMYK0.0400.060.54
HSL102.86º3.08%44.51%-
HSV(B)102.86º5.98%45.88%-
XYZ15.8617.2917.25-
YUV114.71125.34126.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=33.04%
G=34.51%
B=32.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171100.0400.060.54102.863.0844.51
Hex70756E406366732d
Octal16016515640666147355
Binary1110000111010111011101000110110110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70756E; }

 p { color: rgb(112,117,110); }

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

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

 a { background-color: rgb(112,117,110); }

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

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

 span { border-color: rgb(112,117,110); }

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