#78916D

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

Shades of Xanadu #78916D

Tints of Xanadu #78916D

Color information

#78916D (or 0x78916D) is unknown color: approx Xanadu. HEX triplet: 78, 91 and 6D. RGB value is (120,145,109). Sum of RGB (Red+Green+Blue) = 120+145+109=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #78916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78916D is #876E92. Grayscale: #858585. Windows color (decimal): -8875667 or 7180664. OLE color: 7180664.

HSL color Cylindrical-coordinate representation of color #78916D: hue angle of 101.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78916D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB120145109-
CMYK0.1700.250.43
HSL101.67º14.17%49.8%-
HSV(B)101.67º24.83%56.86%-
XYZ20.6325.3518.27-
YUV133.42114.22118.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=32.09%
G=38.77%
B=29.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201451090.1700.250.43101.6714.1749.8
Hex78916D110192B66e32
Octal17022115521031531461662
Binary11110001001000111011011000101100110101111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78916D; }

 p { color: rgb(120,145,109); }

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

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

 a { background-color: rgb(120,145,109); }

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

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

 span { border-color: rgb(120,145,109); }

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