Shades of Xanadu #73936D
Tints of Xanadu #73936D
RGB
CMYK
RGB Variations
Color information
#73936D (or 0x73936D) is known color: Xanadu. HEX triplet: 73, 93 and 6D. RGB value is (115,147,109). Sum of RGB (Red+Green+Blue) = 115+147+109=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #73936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73936D is #8C6C92. Grayscale: #858585. Windows color (decimal): -9202835 or 7181171. OLE color: 7181171.
HSL color Cylindrical-coordinate representation of color #73936D: hue angle of 110.53º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73936D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 109 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.42 |
| HSL | 110.53º | 0.15% | 0.5% | - |
| HSV(B) | 110.53º | 0.26% | 0.58% | - |
| XYZ | 20.26 | 25.62 | 18.34 | - |
| YUV | 133.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 109 | 0.22 | 0 | 0.26 | 0.42 | 110.53 | 0.15 | 0.5 |
| Hex | 73 | 93 | 6D | 16 | 0 | 1A | 2A | 6F | F | 32 |
| Octal | 163 | 223 | 155 | 26 | 0 | 32 | 52 | 157 | 17 | 62 |
| Binary | 1110011 | 10010011 | 1101101 | 10110 | 0 | 11010 | 101010 | 1101111 | 1111 | 110010 |
Color Harmonies of #73936D
Complementary color
Monochromatic Colors of #73936D
Black with #73936D
Text Example
Text Example
White with #73936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73936D; }
p { color: rgb(115,147,109); }
H1.HeaderClassName
{
color: #73936D;
}
.AnyTagClassName
{
color: #73936D;
}
</style>
background-color css
<style>
a { background-color: #73936D; }
a { background-color: rgb(115,147,109); }
div.DivClassName
{
background-color: #73936D;
}
.BgClassName
{
background-color: #73936D;
}
</style>
border-color css
<style>
span { border-color: #73936D; }
span { border-color: rgb(115,147,109); }
td.TdClassName
{
border-color: #73936D;
}
.TagClassName
{
border-color: #73936D;
}
</style>