#798971

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

Shades of Xanadu #798971

Tints of Xanadu #798971

Color information

#798971 (or 0x798971) is unknown color: approx Xanadu. HEX triplet: 79, 89 and 71. RGB value is (121,137,113). Sum of RGB (Red+Green+Blue) = 121+137+113=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #798971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798971 is #86768E. Grayscale: #818181. Windows color (decimal): -8812175 or 7440761. OLE color: 7440761.

HSL color Cylindrical-coordinate representation of color #798971: hue angle of 100º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798971 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB121137113-
CMYK0.1200.180.46
HSL100º9.6%49.02%-
HSV(B)100º17.52%53.73%-
XYZ19.8123.1519.05-
YUV129.48118.7121.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=32.61%
G=36.93%
B=30.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211371130.1200.180.461009.649.02
Hex798971C0122E64a31
Octal17121116114022561441261
Binary1111001100010011110001110001001010111011001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798971; }

 p { color: rgb(121,137,113); }

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

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

 a { background-color: rgb(121,137,113); }

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

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

 span { border-color: rgb(121,137,113); }

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