#79906E

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

Shades of Xanadu #79906E

Tints of Xanadu #79906E

Color information

#79906E (or 0x79906E) is unknown color: approx Xanadu. HEX triplet: 79, 90 and 6E. RGB value is (121,144,110). Sum of RGB (Red+Green+Blue) = 121+144+110=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #79906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79906E is #866F91. Grayscale: #858585. Windows color (decimal): -8810386 or 7245945. OLE color: 7245945.

HSL color Cylindrical-coordinate representation of color #79906E: hue angle of 100.59º degrees, saturation: 0.13, 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 #79906E is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB121144110-
CMYK0.1600.240.44
HSL100.59º13.39%49.8%-
HSV(B)100.59º23.61%56.47%-
XYZ20.6725.1418.51-
YUV133.25114.88119.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=32.27%
G=38.4%
B=29.33%

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
Decimal1211441100.1600.240.44100.5913.3949.8
Hex79906E100182C65d32
Octal17122015620030541451562
Binary11110011001000011011101000001100010110011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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