Shades of Xanadu #728B6D
Tints of Xanadu #728B6D
RGB
CMYK
RGB Variations
Color information
#728B6D (or 0x728B6D) is known color: Xanadu. HEX triplet: 72, 8B and 6D. RGB value is (114,139,109). Sum of RGB (Red+Green+Blue) = 114+139+109=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #728B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B6D is #8D7492. Grayscale: #808080. Windows color (decimal): -9270419 or 7179122. OLE color: 7179122.
HSL color Cylindrical-coordinate representation of color #728B6D: hue angle of 110º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728B6D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 109 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.45 |
| HSL | 110º | 0.12% | 0.49% | - |
| HSV(B) | 110º | 0.22% | 0.55% | - |
| XYZ | 18.93 | 23.15 | 17.94 | - |
| YUV | 128.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 109 | 0.18 | 0 | 0.22 | 0.45 | 110 | 0.12 | 0.49 |
| Hex | 72 | 8B | 6D | 12 | 0 | 16 | 2D | 6E | C | 31 |
| Octal | 162 | 213 | 155 | 22 | 0 | 26 | 55 | 156 | 14 | 61 |
| Binary | 1110010 | 10001011 | 1101101 | 10010 | 0 | 10110 | 101101 | 1101110 | 1100 | 110001 |
Color Harmonies of #728B6D
Complementary color
Monochromatic Colors of #728B6D
Black with #728B6D
Text Example
Text Example
White with #728B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B6D; }
p { color: rgb(114,139,109); }
H1.HeaderClassName
{
color: #728B6D;
}
.AnyTagClassName
{
color: #728B6D;
}
</style>
background-color css
<style>
a { background-color: #728B6D; }
a { background-color: rgb(114,139,109); }
div.DivClassName
{
background-color: #728B6D;
}
.BgClassName
{
background-color: #728B6D;
}
</style>
border-color css
<style>
span { border-color: #728B6D; }
span { border-color: rgb(114,139,109); }
td.TdClassName
{
border-color: #728B6D;
}
.TagClassName
{
border-color: #728B6D;
}
</style>