#70936A

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

Shades of Xanadu #70936A

Tints of Xanadu #70936A

Color information

#70936A (or 0x70936A) is unknown color: approx Xanadu. HEX triplet: 70, 93 and 6A. RGB value is (112,147,106). Sum of RGB (Red+Green+Blue) = 112+147+106=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #70936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70936A is #8F6C95. Grayscale: #838383. Windows color (decimal): -9399446 or 6984560. OLE color: 6984560.

HSL color Cylindrical-coordinate representation of color #70936A: hue angle of 111.22º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70936A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB112147106-
CMYK0.2400.280.42
HSL111.22º16.21%49.61%-
HSV(B)111.22º27.89%57.65%-
XYZ19.7225.3517.49-
YUV131.86113.4113.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=30.68%
G=40.27%
B=29.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471060.2400.280.42111.2216.2149.61
Hex70936A1801C2A6f1032
Octal16022315230034521572062
Binary111000010010011110101011000011100101010110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70936A; }

 p { color: rgb(112,147,106); }

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

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

 a { background-color: rgb(112,147,106); }

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

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

 span { border-color: rgb(112,147,106); }

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