Shades of Xanadu #739068
Tints of Xanadu #739068
RGB
CMYK
RGB Variations
Color information
#739068 (or 0x739068) is known color: Xanadu. HEX triplet: 73, 90 and 68. RGB value is (115,144,104). Sum of RGB (Red+Green+Blue) = 115+144+104=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #739068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739068 is #8C6F97. Grayscale: #828282. Windows color (decimal): -9203608 or 6852723. OLE color: 6852723.
HSL color Cylindrical-coordinate representation of color #739068: hue angle of 103.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739068 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 104 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.44 |
| HSL | 103.5º | 0.16% | 0.49% | - |
| HSV(B) | 103.5º | 0.28% | 0.56% | - |
| XYZ | 19.54 | 24.59 | 16.81 | - |
| YUV | 130.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 104 | 0.20 | 0 | 0.28 | 0.44 | 103.5 | 0.16 | 0.49 |
| Hex | 73 | 90 | 68 | 14 | 0 | 1C | 2C | 68 | 10 | 31 |
| Octal | 163 | 220 | 150 | 24 | 0 | 34 | 54 | 150 | 20 | 61 |
| Binary | 1110011 | 10010000 | 1101000 | 10100 | 0 | 11100 | 101100 | 1101000 | 10000 | 110001 |
Color Harmonies of #739068
Complementary color
Monochromatic Colors of #739068
Black with #739068
Text Example
Text Example
White with #739068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739068; }
p { color: rgb(115,144,104); }
H1.HeaderClassName
{
color: #739068;
}
.AnyTagClassName
{
color: #739068;
}
</style>
background-color css
<style>
a { background-color: #739068; }
a { background-color: rgb(115,144,104); }
div.DivClassName
{
background-color: #739068;
}
.BgClassName
{
background-color: #739068;
}
</style>
border-color css
<style>
span { border-color: #739068; }
span { border-color: rgb(115,144,104); }
td.TdClassName
{
border-color: #739068;
}
.TagClassName
{
border-color: #739068;
}
</style>