Shades of Xanadu #729467
Tints of Xanadu #729467
RGB
CMYK
RGB Variations
Color information
#729467 (or 0x729467) is known color: Xanadu. HEX triplet: 72, 94 and 67. RGB value is (114,148,103). Sum of RGB (Red+Green+Blue) = 114+148+103=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #729467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729467 is #8D6B98. Grayscale: #848484. Windows color (decimal): -9268121 or 6788210. OLE color: 6788210.
HSL color Cylindrical-coordinate representation of color #729467: hue angle of 105.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729467 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 103 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.42 |
| HSL | 105.33º | 0.18% | 0.49% | - |
| HSV(B) | 105.33º | 0.3% | 0.58% | - |
| XYZ | 19.98 | 25.74 | 16.75 | - |
| YUV | 132.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 103 | 0.23 | 0 | 0.30 | 0.42 | 105.33 | 0.18 | 0.49 |
| Hex | 72 | 94 | 67 | 17 | 0 | 1E | 2A | 69 | 12 | 31 |
| Octal | 162 | 224 | 147 | 27 | 0 | 36 | 52 | 151 | 22 | 61 |
| Binary | 1110010 | 10010100 | 1100111 | 10111 | 0 | 11110 | 101010 | 1101001 | 10010 | 110001 |
Color Harmonies of #729467
Complementary color
Monochromatic Colors of #729467
Black with #729467
Text Example
Text Example
White with #729467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729467; }
p { color: rgb(114,148,103); }
H1.HeaderClassName
{
color: #729467;
}
.AnyTagClassName
{
color: #729467;
}
</style>
background-color css
<style>
a { background-color: #729467; }
a { background-color: rgb(114,148,103); }
div.DivClassName
{
background-color: #729467;
}
.BgClassName
{
background-color: #729467;
}
</style>
border-color css
<style>
span { border-color: #729467; }
span { border-color: rgb(114,148,103); }
td.TdClassName
{
border-color: #729467;
}
.TagClassName
{
border-color: #729467;
}
</style>