#70946A

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

Shades of Xanadu #70946A

Tints of Xanadu #70946A

Color information

#70946A (or 0x70946A) is unknown color: approx Xanadu. HEX triplet: 70, 94 and 6A. RGB value is (112,148,106). Sum of RGB (Red+Green+Blue) = 112+148+106=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #70946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70946A is #8F6B95. Grayscale: #848484. Windows color (decimal): -9399190 or 6984816. OLE color: 6984816.

HSL color Cylindrical-coordinate representation of color #70946A: hue angle of 111.43º degrees, saturation: 0.17, 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 #70946A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB112148106-
CMYK0.2400.280.42
HSL111.43º16.54%49.8%-
HSV(B)111.43º28.38%58.04%-
XYZ19.8725.6717.54-
YUV132.45113.07113.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=30.60%
G=40.44%
B=28.96%

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
Decimal1121481060.2400.280.42111.4316.5449.8
Hex70946A1801C2A6f1132
Octal16022415230034521572162
Binary111000010010100110101011000011100101010110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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