#768D70

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

Shades of Xanadu #768D70

Tints of Xanadu #768D70

Color information

#768D70 (or 0x768D70) is unknown color: approx Xanadu. HEX triplet: 76, 8D and 70. RGB value is (118,141,112). Sum of RGB (Red+Green+Blue) = 118+141+112=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #768D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D70 is #89728F. Grayscale: #828282. Windows color (decimal): -9007760 or 7376246. OLE color: 7376246.

HSL color Cylindrical-coordinate representation of color #768D70: hue angle of 107.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768D70 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB118141112-
CMYK0.1600.210.45
HSL107.59º11.46%49.61%-
HSV(B)107.59º20.57%55.29%-
XYZ19.9224.0718.93-
YUV130.82117.38118.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=31.81%
G=38.01%
B=30.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181411120.1600.210.45107.5911.4649.61
Hex768D70100152D6cb32
Octal16621516020025551541362
Binary11101101000110111100001000001010110110111011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768D70; }

 p { color: rgb(118,141,112); }

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

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

 a { background-color: rgb(118,141,112); }

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

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

 span { border-color: rgb(118,141,112); }

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