#798870

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

Shades of Xanadu #798870

Tints of Xanadu #798870

Color information

#798870 (or 0x798870) is unknown color: approx Xanadu. HEX triplet: 79, 88 and 70. RGB value is (121,136,112). Sum of RGB (Red+Green+Blue) = 121+136+112=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #798870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798870 is #86778F. Grayscale: #808080. Windows color (decimal): -8812432 or 7374969. OLE color: 7374969.

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

Color convert

RGB121136112-
CMYK0.1100.180.47
HSL97.5º9.68%48.63%-
HSV(B)97.5º17.65%53.33%-
XYZ19.6122.8418.7-
YUV128.78118.53122.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=32.79%
G=36.86%
B=30.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211361120.1100.180.4797.59.6848.63
Hex798870B0122F62a31
Octal17121016013022571421261
Binary1111001100010001110000101101001010111111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798870; }

 p { color: rgb(121,136,112); }

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

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

 a { background-color: rgb(121,136,112); }

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

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

 span { border-color: rgb(121,136,112); }

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