Shades of Xanadu #739166
Tints of Xanadu #739166
RGB
CMYK
RGB Variations
Color information
#739166 (or 0x739166) is known color: Xanadu. HEX triplet: 73, 91 and 66. RGB value is (115,145,102). Sum of RGB (Red+Green+Blue) = 115+145+102=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #739166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739166 is #8C6E99. Grayscale: #838383. Windows color (decimal): -9203354 or 6721907. OLE color: 6721907.
HSL color Cylindrical-coordinate representation of color #739166: hue angle of 101.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739166 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 102 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.43 |
| HSL | 101.86º | 0.17% | 0.48% | - |
| HSV(B) | 101.86º | 0.3% | 0.57% | - |
| XYZ | 19.59 | 24.85 | 16.34 | - |
| YUV | 131.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 102 | 0.21 | 0 | 0.30 | 0.43 | 101.86 | 0.17 | 0.48 |
| Hex | 73 | 91 | 66 | 15 | 0 | 1E | 2B | 66 | 11 | 30 |
| Octal | 163 | 221 | 146 | 25 | 0 | 36 | 53 | 146 | 21 | 60 |
| Binary | 1110011 | 10010001 | 1100110 | 10101 | 0 | 11110 | 101011 | 1100110 | 10001 | 110000 |
Color Harmonies of #739166
Complementary color
Monochromatic Colors of #739166
Black with #739166
Text Example
Text Example
White with #739166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739166; }
p { color: rgb(115,145,102); }
H1.HeaderClassName
{
color: #739166;
}
.AnyTagClassName
{
color: #739166;
}
</style>
background-color css
<style>
a { background-color: #739166; }
a { background-color: rgb(115,145,102); }
div.DivClassName
{
background-color: #739166;
}
.BgClassName
{
background-color: #739166;
}
</style>
border-color css
<style>
span { border-color: #739166; }
span { border-color: rgb(115,145,102); }
td.TdClassName
{
border-color: #739166;
}
.TagClassName
{
border-color: #739166;
}
</style>