#76906E

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

Shades of Xanadu #76906E

Tints of Xanadu #76906E

Color information

#76906E (or 0x76906E) is unknown color: approx Xanadu. HEX triplet: 76, 90 and 6E. RGB value is (118,144,110). Sum of RGB (Red+Green+Blue) = 118+144+110=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #76906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76906E is #896F91. Grayscale: #848484. Windows color (decimal): -9006994 or 7245942. OLE color: 7245942.

HSL color Cylindrical-coordinate representation of color #76906E: hue angle of 105.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76906E is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB118144110-
CMYK0.1800.240.44
HSL105.88º13.39%49.8%-
HSV(B)105.88º23.61%56.47%-
XYZ20.2624.9218.49-
YUV132.35115.39117.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=31.72%
G=38.71%
B=29.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441100.1800.240.44105.8813.3949.8
Hex76906E120182C6ad32
Octal16622015622030541521562
Binary11101101001000011011101001001100010110011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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