#71876C

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

Shades of Xanadu #71876C

Tints of Xanadu #71876C

Color information

#71876C (or 0x71876C) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 6C. RGB value is (113,135,108). Sum of RGB (Red+Green+Blue) = 113+135+108=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #71876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71876C is #8E7893. Grayscale: #7D7D7D. Windows color (decimal): -9336980 or 7112561. OLE color: 7112561.

HSL color Cylindrical-coordinate representation of color #71876C: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71876C is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB113135108-
CMYK0.1600.20.47
HSL108.89º11.11%47.65%-
HSV(B)108.89º20%52.94%-
XYZ18.1821.9217.46-
YUV125.34118.21119.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=31.74%
G=37.92%
B=30.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351080.1600.20.47108.8911.1147.65
Hex71876C100142F6db30
Octal16120715420024571551360
Binary11100011000011111011001000001010010111111011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,135,108); }

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

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

 a { background-color: rgb(113,135,108); }

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

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

 span { border-color: rgb(113,135,108); }

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