Shades of Xanadu #71936B
Tints of Xanadu #71936B
RGB
CMYK
RGB Variations
Color information
#71936B (or 0x71936B) is known color: Xanadu. HEX triplet: 71, 93 and 6B. RGB value is (113,147,107). Sum of RGB (Red+Green+Blue) = 113+147+107=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #71936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936B is #8E6C94. Grayscale: #848484. Windows color (decimal): -9333909 or 7050097. OLE color: 7050097.
HSL color Cylindrical-coordinate representation of color #71936B: hue angle of 111º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71936B is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 107 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.42 |
| HSL | 111º | 0.16% | 0.5% | - |
| HSV(B) | 111º | 0.27% | 0.58% | - |
| XYZ | 19.9 | 25.44 | 17.77 | - |
| YUV | 132.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 107 | 0.23 | 0 | 0.27 | 0.42 | 111 | 0.16 | 0.5 |
| Hex | 71 | 93 | 6B | 17 | 0 | 1B | 2A | 6F | 10 | 32 |
| Octal | 161 | 223 | 153 | 27 | 0 | 33 | 52 | 157 | 20 | 62 |
| Binary | 1110001 | 10010011 | 1101011 | 10111 | 0 | 11011 | 101010 | 1101111 | 10000 | 110010 |
Color Harmonies of #71936B
Complementary color
Monochromatic Colors of #71936B
Black with #71936B
Text Example
Text Example
White with #71936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71936B; }
p { color: rgb(113,147,107); }
H1.HeaderClassName
{
color: #71936B;
}
.AnyTagClassName
{
color: #71936B;
}
</style>
background-color css
<style>
a { background-color: #71936B; }
a { background-color: rgb(113,147,107); }
div.DivClassName
{
background-color: #71936B;
}
.BgClassName
{
background-color: #71936B;
}
</style>
border-color css
<style>
span { border-color: #71936B; }
span { border-color: rgb(113,147,107); }
td.TdClassName
{
border-color: #71936B;
}
.TagClassName
{
border-color: #71936B;
}
</style>