Shades of Xanadu #71936A
Tints of Xanadu #71936A
RGB
CMYK
RGB Variations
Color information
#71936A (or 0x71936A) is known color: Xanadu. HEX triplet: 71, 93 and 6A. RGB value is (113,147,106). Sum of RGB (Red+Green+Blue) = 113+147+106=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #71936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936A is #8E6C95. Grayscale: #848484. Windows color (decimal): -9333910 or 6984561. OLE color: 6984561.
HSL color Cylindrical-coordinate representation of color #71936A: hue angle of 109.76º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71936A is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 106 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.42 |
| HSL | 109.76º | 0.16% | 0.5% | - |
| HSV(B) | 109.76º | 0.28% | 0.58% | - |
| XYZ | 19.85 | 25.42 | 17.5 | - |
| YUV | 132.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 106 | 0.23 | 0 | 0.28 | 0.42 | 109.76 | 0.16 | 0.5 |
| Hex | 71 | 93 | 6A | 17 | 0 | 1C | 2A | 6E | 10 | 32 |
| Octal | 161 | 223 | 152 | 27 | 0 | 34 | 52 | 156 | 20 | 62 |
| Binary | 1110001 | 10010011 | 1101010 | 10111 | 0 | 11100 | 101010 | 1101110 | 10000 | 110010 |
Color Harmonies of #71936A
Complementary color
Monochromatic Colors of #71936A
Black with #71936A
Text Example
Text Example
White with #71936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71936A; }
p { color: rgb(113,147,106); }
H1.HeaderClassName
{
color: #71936A;
}
.AnyTagClassName
{
color: #71936A;
}
</style>
background-color css
<style>
a { background-color: #71936A; }
a { background-color: rgb(113,147,106); }
div.DivClassName
{
background-color: #71936A;
}
.BgClassName
{
background-color: #71936A;
}
</style>
border-color css
<style>
span { border-color: #71936A; }
span { border-color: rgb(113,147,106); }
td.TdClassName
{
border-color: #71936A;
}
.TagClassName
{
border-color: #71936A;
}
</style>