#71926C

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

Shades of Xanadu #71926C

Tints of Xanadu #71926C

Color information

#71926C (or 0x71926C) is unknown color: approx Xanadu. HEX triplet: 71, 92 and 6C. RGB value is (113,146,108). Sum of RGB (Red+Green+Blue) = 113+146+108=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #71926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71926C is #8E6D93. Grayscale: #838383. Windows color (decimal): -9334164 or 7115377. OLE color: 7115377.

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

Color convert

RGB113146108-
CMYK0.2300.260.43
HSL112.11º14.96%49.8%-
HSV(B)112.11º26.03%57.25%-
XYZ19.825.1518-
YUV131.8114.57114.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=30.79%
G=39.78%
B=29.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461080.2300.260.43112.1114.9649.8
Hex71926C1701A2B70f32
Octal16122215427032531601762
Binary11100011001001011011001011101101010101111100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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