#709467

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

Shades of Xanadu #709467

Tints of Xanadu #709467

Color information

#709467 (or 0x709467) is unknown color: approx Xanadu. HEX triplet: 70, 94 and 67. RGB value is (112,148,103). Sum of RGB (Red+Green+Blue) = 112+148+103=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #709467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709467 is #8F6B98. Grayscale: #848484. Windows color (decimal): -9399193 or 6788208. OLE color: 6788208.

HSL color Cylindrical-coordinate representation of color #709467: hue angle of 108º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709467 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB112148103-
CMYK0.2400.300.42
HSL108º17.93%49.22%-
HSV(B)108º30.41%58.04%-
XYZ19.7225.616.73-
YUV132.11111.57113.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=30.85%
G=40.77%
B=28.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481030.2400.300.4210817.9349.22
Hex7094671801E2A6c1231
Octal16022414730036521542261
Binary111000010010100110011111000011110101010110110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709467; }

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

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

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

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

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

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

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

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