#79926E

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

Shades of Xanadu #79926E

Tints of Xanadu #79926E

Color information

#79926E (or 0x79926E) is unknown color: approx Xanadu. HEX triplet: 79, 92 and 6E. RGB value is (121,146,110). Sum of RGB (Red+Green+Blue) = 121+146+110=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #79926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79926E is #866D91. Grayscale: #868686. Windows color (decimal): -8809874 or 7246457. OLE color: 7246457.

HSL color Cylindrical-coordinate representation of color #79926E: hue angle of 101.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79926E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB121146110-
CMYK0.1700.250.43
HSL101.67º14.17%50.2%-
HSV(B)101.67º24.66%57.25%-
XYZ20.9825.7518.62-
YUV134.42114.22118.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=32.10%
G=38.73%
B=29.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461100.1700.250.43101.6714.1750.2
Hex79926E110192B66e32
Octal17122215621031531461662
Binary11110011001001011011101000101100110101111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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