#798671

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

Shades of Xanadu #798671

Tints of Xanadu #798671

Color information

#798671 (or 0x798671) is unknown color: approx Xanadu. HEX triplet: 79, 86 and 71. RGB value is (121,134,113). Sum of RGB (Red+Green+Blue) = 121+134+113=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #798671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798671 is #86798E. Grayscale: #7F7F7F. Windows color (decimal): -8812943 or 7439993. OLE color: 7439993.

HSL color Cylindrical-coordinate representation of color #798671: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798671 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB121134113-
CMYK0.1000.160.47
HSL97.14º8.5%48.43%-
HSV(B)97.14º15.67%52.55%-
XYZ19.3922.3118.91-
YUV127.72119.69123.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=32.88%
G=36.41%
B=30.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341130.1000.160.4797.148.548.43
Hex798671A0102F61930
Octal17120616112020571411160
Binary1111001100001101110001101001000010111111000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798671; }

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

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

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

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

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

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

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

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