Shades of Xanadu #718267
Tints of Xanadu #718267
RGB
CMYK
RGB Variations
Color information
#718267 (or 0x718267) is known color: Xanadu. HEX triplet: 71, 82 and 67. RGB value is (113,130,103). Sum of RGB (Red+Green+Blue) = 113+130+103=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #718267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718267 is #8E7D98. Grayscale: #797979. Windows color (decimal): -9338265 or 6783601. OLE color: 6783601.
HSL color Cylindrical-coordinate representation of color #718267: hue angle of 97.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718267 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 103 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.49 |
| HSL | 97.78º | 0.12% | 0.46% | - |
| HSV(B) | 97.78º | 0.21% | 0.51% | - |
| XYZ | 17.24 | 20.46 | 15.87 | - |
| YUV | 121.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 103 | 0.13 | 0 | 0.21 | 0.49 | 97.78 | 0.12 | 0.46 |
| Hex | 71 | 82 | 67 | D | 0 | 15 | 31 | 62 | C | 2E |
| Octal | 161 | 202 | 147 | 15 | 0 | 25 | 61 | 142 | 14 | 56 |
| Binary | 1110001 | 10000010 | 1100111 | 1101 | 0 | 10101 | 110001 | 1100010 | 1100 | 101110 |
Color Harmonies of #718267
Complementary color
Monochromatic Colors of #718267
Black with #718267
Text Example
Text Example
White with #718267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718267; }
p { color: rgb(113,130,103); }
H1.HeaderClassName
{
color: #718267;
}
.AnyTagClassName
{
color: #718267;
}
</style>
background-color css
<style>
a { background-color: #718267; }
a { background-color: rgb(113,130,103); }
div.DivClassName
{
background-color: #718267;
}
.BgClassName
{
background-color: #718267;
}
</style>
border-color css
<style>
span { border-color: #718267; }
span { border-color: rgb(113,130,103); }
td.TdClassName
{
border-color: #718267;
}
.TagClassName
{
border-color: #718267;
}
</style>