#78916B

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

Shades of Xanadu #78916B

Tints of Xanadu #78916B

Color information

#78916B (or 0x78916B) is unknown color: approx Xanadu. HEX triplet: 78, 91 and 6B. RGB value is (120,145,107). Sum of RGB (Red+Green+Blue) = 120+145+107=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #78916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78916B is #876E94. Grayscale: #858585. Windows color (decimal): -8875669 or 7049592. OLE color: 7049592.

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

Color convert

RGB120145107-
CMYK0.1700.260.43
HSL99.47º15.08%49.41%-
HSV(B)99.47º26.21%56.86%-
XYZ20.5225.3117.71-
YUV133.19113.22118.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=32.26%
G=38.98%
B=28.76%

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
Decimal1201451070.1700.260.4399.4715.0849.41
Hex78916B1101A2B63f31
Octal17022115321032531431761
Binary11110001001000111010111000101101010101111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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