#76916C

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

Shades of Xanadu #76916C

Tints of Xanadu #76916C

Color information

#76916C (or 0x76916C) is unknown color: approx Xanadu. HEX triplet: 76, 91 and 6C. RGB value is (118,145,108). Sum of RGB (Red+Green+Blue) = 118+145+108=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #76916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916C is #896E93. Grayscale: #848484. Windows color (decimal): -9006740 or 7115126. OLE color: 7115126.

HSL color Cylindrical-coordinate representation of color #76916C: hue angle of 103.78º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76916C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB118145108-
CMYK0.1900.260.43
HSL103.78º14.62%49.61%-
HSV(B)103.78º25.52%56.86%-
XYZ20.325.1917.98-
YUV132.71114.05117.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=31.81%
G=39.08%
B=29.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451080.1900.260.43103.7814.6249.61
Hex76916C1301A2B68f32
Octal16622115423032531501762
Binary11101101001000111011001001101101010101111010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76916C; }

 p { color: rgb(118,145,108); }

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

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

 a { background-color: rgb(118,145,108); }

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

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

 span { border-color: rgb(118,145,108); }

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