#768971

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

Shades of Xanadu #768971

Tints of Xanadu #768971

Color information

#768971 (or 0x768971) is unknown color: approx Xanadu. HEX triplet: 76, 89 and 71. RGB value is (118,137,113). Sum of RGB (Red+Green+Blue) = 118+137+113=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #768971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768971 is #89768E. Grayscale: #808080. Windows color (decimal): -9008783 or 7440758. OLE color: 7440758.

HSL color Cylindrical-coordinate representation of color #768971: hue angle of 107.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768971 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB118137113-
CMYK0.1400.180.46
HSL107.5º9.6%49.02%-
HSV(B)107.5º17.52%53.73%-
XYZ19.422.9419.03-
YUV128.58119.21120.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=32.07%
G=37.23%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371130.1400.180.46107.59.649.02
Hex768971E0122E6ca31
Octal16621116116022561541261
Binary1110110100010011110001111001001010111011011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768971; }

 p { color: rgb(118,137,113); }

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

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

 a { background-color: rgb(118,137,113); }

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

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

 span { border-color: rgb(118,137,113); }

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