#76916E

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

Shades of Xanadu #76916E

Tints of Xanadu #76916E

Color information

#76916E (or 0x76916E) is unknown color: approx Xanadu. HEX triplet: 76, 91 and 6E. RGB value is (118,145,110). Sum of RGB (Red+Green+Blue) = 118+145+110=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #76916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916E is #896E91. Grayscale: #858585. Windows color (decimal): -9006738 or 7246198. OLE color: 7246198.

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

Color convert

RGB118145110-
CMYK0.1900.240.43
HSL106.29º13.73%50%-
HSV(B)106.29º24.14%56.86%-
XYZ20.4125.2318.55-
YUV132.94115.05117.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=31.64%
G=38.87%
B=29.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451100.1900.240.43106.2913.7350
Hex76916E130182B6ae32
Octal16622115623030531521662
Binary11101101001000111011101001101100010101111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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