#71876A

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

Shades of Xanadu #71876A

Tints of Xanadu #71876A

Color information

#71876A (or 0x71876A) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 6A. RGB value is (113,135,106). Sum of RGB (Red+Green+Blue) = 113+135+106=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #71876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71876A is #8E7895. Grayscale: #7D7D7D. Windows color (decimal): -9336982 or 6981489. OLE color: 6981489.

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

Color convert

RGB113135106-
CMYK0.1600.210.47
HSL105.52º12.03%47.25%-
HSV(B)105.52º21.48%52.94%-
XYZ18.0821.8816.91-
YUV125.12117.21119.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=31.92%
G=38.14%
B=29.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351060.1600.210.47105.5212.0347.25
Hex71876A100152F6ac2f
Octal16120715220025571521457
Binary11100011000011111010101000001010110111111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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