#709762

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

Shades of Xanadu #709762

Tints of Xanadu #709762

Color information

#709762 (or 0x709762) is unknown color: approx Xanadu. HEX triplet: 70, 97 and 62. RGB value is (112,151,98). Sum of RGB (Red+Green+Blue) = 112+151+98=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #709762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709762 is #8F689D. Grayscale: #858585. Windows color (decimal): -9398430 or 6461296. OLE color: 6461296.

HSL color Cylindrical-coordinate representation of color #709762: hue angle of 104.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709762 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB11215198-
CMYK0.2600.350.41
HSL104.15º21.29%48.82%-
HSV(B)104.15º35.1%59.22%-
XYZ19.9526.4615.61-
YUV133.3108.08112.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=31.02%
G=41.83%
B=27.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151980.2600.350.41104.1521.2948.82
Hex7097621A02329681531
Octal16022714232043511502561
Binary1110000100101111100010110100100011101001110100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709762; }

 p { color: rgb(112,151,98); }

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

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

 a { background-color: rgb(112,151,98); }

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

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

 span { border-color: rgb(112,151,98); }

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