#79906D

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

Shades of Xanadu #79906D

Tints of Xanadu #79906D

Color information

#79906D (or 0x79906D) is unknown color: approx Xanadu. HEX triplet: 79, 90 and 6D. RGB value is (121,144,109). Sum of RGB (Red+Green+Blue) = 121+144+109=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #79906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79906D is #866F92. Grayscale: #858585. Windows color (decimal): -8810387 or 7180409. OLE color: 7180409.

HSL color Cylindrical-coordinate representation of color #79906D: hue angle of 99.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79906D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB121144109-
CMYK0.1600.240.44
HSL99.43º13.83%49.61%-
HSV(B)99.43º24.31%56.47%-
XYZ20.6225.1218.23-
YUV133.13114.38119.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=32.35%
G=38.50%
B=29.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441090.1600.240.4499.4313.8349.61
Hex79906D100182C63e32
Octal17122015520030541431662
Binary11110011001000011011011000001100010110011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79906D; }

 p { color: rgb(121,144,109); }

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

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

 a { background-color: rgb(121,144,109); }

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

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

 span { border-color: rgb(121,144,109); }

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