#79926D

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

Shades of Xanadu #79926D

Tints of Xanadu #79926D

Color information

#79926D (or 0x79926D) is unknown color: approx Xanadu. HEX triplet: 79, 92 and 6D. RGB value is (121,146,109). Sum of RGB (Red+Green+Blue) = 121+146+109=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #79926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79926D is #866D92. Grayscale: #868686. Windows color (decimal): -8809875 or 7180921. OLE color: 7180921.

HSL color Cylindrical-coordinate representation of color #79926D: hue angle of 100.54º degrees, saturation: 0.15, 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 #79926D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB121146109-
CMYK0.1700.250.43
HSL100.54º14.51%50%-
HSV(B)100.54º25.34%57.25%-
XYZ20.9225.7318.33-
YUV134.31113.72118.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=32.18%
G=38.83%
B=28.99%

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
Decimal1211461090.1700.250.43100.5414.5150
Hex79926D110192B65f32
Octal17122215521031531451762
Binary11110011001001011011011000101100110101111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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