#70916A

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

Shades of Xanadu #70916A

Tints of Xanadu #70916A

Color information

#70916A (or 0x70916A) is unknown color: approx Xanadu. HEX triplet: 70, 91 and 6A. RGB value is (112,145,106). Sum of RGB (Red+Green+Blue) = 112+145+106=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #70916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916A is #8F6E95. Grayscale: #828282. Windows color (decimal): -9399958 or 6984048. OLE color: 6984048.

HSL color Cylindrical-coordinate representation of color #70916A: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70916A is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB112145106-
CMYK0.2300.270.43
HSL110.77º15.54%49.22%-
HSV(B)110.77º26.9%56.86%-
XYZ19.4124.7417.39-
YUV130.69114.07114.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=30.85%
G=39.94%
B=29.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451060.2300.270.43110.7715.5449.22
Hex70916A1701B2B6f1031
Octal16022115227033531572061
Binary111000010010001110101010111011011101011110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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