#769070

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

Shades of Xanadu #769070

Tints of Xanadu #769070

Color information

#769070 (or 0x769070) is unknown color: approx Xanadu. HEX triplet: 76, 90 and 70. RGB value is (118,144,112). Sum of RGB (Red+Green+Blue) = 118+144+112=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #769070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769070 is #896F8F. Grayscale: #848484. Windows color (decimal): -9006992 or 7377014. OLE color: 7377014.

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

Color convert

RGB118144112-
CMYK0.1800.220.44
HSL108.75º12.6%50.2%-
HSV(B)108.75º22.22%56.47%-
XYZ20.3724.9719.07-
YUV132.58116.39117.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=31.55%
G=38.50%
B=29.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441120.1800.220.44108.7512.650.2
Hex769070120162C6dd32
Octal16622016022026541551562
Binary11101101001000011100001001001011010110011011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769070; }

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

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

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

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

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

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

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

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