#78916C

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

Shades of Xanadu #78916C

Tints of Xanadu #78916C

Color information

#78916C (or 0x78916C) is unknown color: approx Xanadu. HEX triplet: 78, 91 and 6C. RGB value is (120,145,108). Sum of RGB (Red+Green+Blue) = 120+145+108=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #78916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78916C is #876E93. Grayscale: #858585. Windows color (decimal): -8875668 or 7115128. OLE color: 7115128.

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

Color convert

RGB120145108-
CMYK0.1700.260.43
HSL100.54º14.62%49.61%-
HSV(B)100.54º25.52%56.86%-
XYZ20.5825.3317.99-
YUV133.31113.72118.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=32.17%
G=38.87%
B=28.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201451080.1700.260.43100.5414.6249.61
Hex78916C1101A2B65f32
Octal17022115421032531451762
Binary11110001001000111011001000101101010101111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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