#71926B

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

Shades of Xanadu #71926B

Tints of Xanadu #71926B

Color information

#71926B (or 0x71926B) is unknown color: approx Xanadu. HEX triplet: 71, 92 and 6B. RGB value is (113,146,107). Sum of RGB (Red+Green+Blue) = 113+146+107=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #71926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71926B is #8E6D94. Grayscale: #838383. Windows color (decimal): -9334165 or 7049841. OLE color: 7049841.

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

Color convert

RGB113146107-
CMYK0.2300.270.43
HSL110.77º15.42%49.61%-
HSV(B)110.77º26.71%57.25%-
XYZ19.7425.1317.72-
YUV131.69114.07114.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=30.87%
G=39.89%
B=29.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461070.2300.270.43110.7715.4249.61
Hex71926B1701B2B6ff32
Octal16122215327033531571762
Binary11100011001001011010111011101101110101111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,146,107); }

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

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

 a { background-color: rgb(113,146,107); }

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

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

 span { border-color: rgb(113,146,107); }

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