Shades of Xanadu #738D65
Tints of Xanadu #738D65
RGB
CMYK
RGB Variations
Color information
#738D65 (or 0x738D65) is known color: Xanadu. HEX triplet: 73, 8D and 65. RGB value is (115,141,101). Sum of RGB (Red+Green+Blue) = 115+141+101=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #738D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D65 is #8C729A. Grayscale: #808080. Windows color (decimal): -9204379 or 6655347. OLE color: 6655347.
HSL color Cylindrical-coordinate representation of color #738D65: hue angle of 99º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738D65 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 101 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.45 |
| HSL | 99º | 0.17% | 0.47% | - |
| HSV(B) | 99º | 0.28% | 0.55% | - |
| XYZ | 18.94 | 23.63 | 15.88 | - |
| YUV | 128.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 101 | 0.18 | 0 | 0.28 | 0.45 | 99 | 0.17 | 0.47 |
| Hex | 73 | 8D | 65 | 12 | 0 | 1C | 2D | 63 | 11 | 2F |
| Octal | 163 | 215 | 145 | 22 | 0 | 34 | 55 | 143 | 21 | 57 |
| Binary | 1110011 | 10001101 | 1100101 | 10010 | 0 | 11100 | 101101 | 1100011 | 10001 | 101111 |
Color Harmonies of #738D65
Complementary color
Monochromatic Colors of #738D65
Black with #738D65
Text Example
Text Example
White with #738D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D65; }
p { color: rgb(115,141,101); }
H1.HeaderClassName
{
color: #738D65;
}
.AnyTagClassName
{
color: #738D65;
}
</style>
background-color css
<style>
a { background-color: #738D65; }
a { background-color: rgb(115,141,101); }
div.DivClassName
{
background-color: #738D65;
}
.BgClassName
{
background-color: #738D65;
}
</style>
border-color css
<style>
span { border-color: #738D65; }
span { border-color: rgb(115,141,101); }
td.TdClassName
{
border-color: #738D65;
}
.TagClassName
{
border-color: #738D65;
}
</style>