#71866E

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

Shades of Xanadu #71866E

Tints of Xanadu #71866E

Color information

#71866E (or 0x71866E) is unknown color: approx Xanadu. HEX triplet: 71, 86 and 6E. RGB value is (113,134,110). Sum of RGB (Red+Green+Blue) = 113+134+110=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #71866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71866E is #8E7991. Grayscale: #7D7D7D. Windows color (decimal): -9337234 or 7243377. OLE color: 7243377.

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

Color convert

RGB113134110-
CMYK0.1600.180.47
HSL112.5º9.84%47.84%-
HSV(B)112.5º17.91%52.55%-
XYZ18.1521.6917.98-
YUV124.98119.54119.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=31.65%
G=37.54%
B=30.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341100.1600.180.47112.59.8447.84
Hex71866E100122F70a30
Octal16120615620022571601260
Binary11100011000011011011101000001001010111111100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71866E; }

 p { color: rgb(113,134,110); }

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

<style>
 a { background-color: #71866E; }

 a { background-color: rgb(113,134,110); }

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

<style>
 span { border-color: #71866E; }

 span { border-color: rgb(113,134,110); }

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