#788E70

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

Shades of Xanadu #788E70

Tints of Xanadu #788E70

Color information

#788E70 (or 0x788E70) is unknown color: approx Xanadu. HEX triplet: 78, 8E and 70. RGB value is (120,142,112). Sum of RGB (Red+Green+Blue) = 120+142+112=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #788E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E70 is #87718F. Grayscale: #848484. Windows color (decimal): -8876432 or 7376504. OLE color: 7376504.

HSL color Cylindrical-coordinate representation of color #788E70: hue angle of 104º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788E70 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB120142112-
CMYK0.1500.210.44
HSL104º11.81%49.8%-
HSV(B)104º21.13%55.69%-
XYZ20.3424.5118.99-
YUV132116.71119.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=32.09%
G=37.97%
B=29.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201421120.1500.210.4410411.8149.8
Hex788E70F0152C68c32
Octal17021616017025541501462
Binary1111000100011101110000111101010110110011010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788E70; }

 p { color: rgb(120,142,112); }

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

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

 a { background-color: rgb(120,142,112); }

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

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

 span { border-color: rgb(120,142,112); }

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