#76916B

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

Shades of Xanadu #76916B

Tints of Xanadu #76916B

Color information

#76916B (or 0x76916B) is unknown color: approx Xanadu. HEX triplet: 76, 91 and 6B. RGB value is (118,145,107). Sum of RGB (Red+Green+Blue) = 118+145+107=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #76916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916B is #896E94. Grayscale: #848484. Windows color (decimal): -9006741 or 7049590. OLE color: 7049590.

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

Color convert

RGB118145107-
CMYK0.1900.260.43
HSL102.63º15.08%49.41%-
HSV(B)102.63º26.21%56.86%-
XYZ20.2525.1617.7-
YUV132.6113.55117.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=31.89%
G=39.19%
B=28.92%

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
Decimal1181451070.1900.260.43102.6315.0849.41
Hex76916B1301A2B67f31
Octal16622115323032531471761
Binary11101101001000111010111001101101010101111001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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