#76916F

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

Shades of Xanadu #76916F

Tints of Xanadu #76916F

Color information

#76916F (or 0x76916F) is unknown color: approx Xanadu. HEX triplet: 76, 91 and 6F. RGB value is (118,145,111). Sum of RGB (Red+Green+Blue) = 118+145+111=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #76916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916F is #896E90. Grayscale: #858585. Windows color (decimal): -9006737 or 7311734. OLE color: 7311734.

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

Color convert

RGB118145111-
CMYK0.1900.230.43
HSL107.65º13.39%50.2%-
HSV(B)107.65º23.45%56.86%-
XYZ20.4725.2518.83-
YUV133.05115.55117.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=31.55%
G=38.77%
B=29.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451110.1900.230.43107.6513.3950.2
Hex76916F130172B6cd32
Octal16622115723027531541562
Binary11101101001000111011111001101011110101111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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