#709567

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

Shades of Xanadu #709567

Tints of Xanadu #709567

Color information

#709567 (or 0x709567) is unknown color: approx Xanadu. HEX triplet: 70, 95 and 67. RGB value is (112,149,103). Sum of RGB (Red+Green+Blue) = 112+149+103=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #709567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709567 is #8F6A98. Grayscale: #848484. Windows color (decimal): -9398937 or 6788464. OLE color: 6788464.

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

Color convert

RGB112149103-
CMYK0.2500.310.42
HSL108.26º18.25%49.41%-
HSV(B)108.26º30.87%58.43%-
XYZ19.8825.9216.79-
YUV132.69111.24113.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=30.77%
G=40.93%
B=28.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491030.2500.310.42108.2618.2549.41
Hex7095671901F2A6c1231
Octal16022514731037521542261
Binary111000010010101110011111001011111101010110110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709567; }

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

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

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

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

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

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

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

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