Shades of Xanadu #73946C
Tints of Xanadu #73946C
RGB
CMYK
RGB Variations
Color information
#73946C (or 0x73946C) is known color: Xanadu. HEX triplet: 73, 94 and 6C. RGB value is (115,148,108). Sum of RGB (Red+Green+Blue) = 115+148+108=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #73946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73946C is #8C6B93. Grayscale: #858585. Windows color (decimal): -9202580 or 7115891. OLE color: 7115891.
HSL color Cylindrical-coordinate representation of color #73946C: hue angle of 109.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73946C is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 108 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.42 |
| HSL | 109.5º | 0.16% | 0.5% | - |
| HSV(B) | 109.5º | 0.27% | 0.58% | - |
| XYZ | 20.37 | 25.91 | 18.11 | - |
| YUV | 133.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 108 | 0.22 | 0 | 0.27 | 0.42 | 109.5 | 0.16 | 0.5 |
| Hex | 73 | 94 | 6C | 16 | 0 | 1B | 2A | 6E | 10 | 32 |
| Octal | 163 | 224 | 154 | 26 | 0 | 33 | 52 | 156 | 20 | 62 |
| Binary | 1110011 | 10010100 | 1101100 | 10110 | 0 | 11011 | 101010 | 1101110 | 10000 | 110010 |
Color Harmonies of #73946C
Complementary color
Monochromatic Colors of #73946C
Black with #73946C
Text Example
Text Example
White with #73946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73946C; }
p { color: rgb(115,148,108); }
H1.HeaderClassName
{
color: #73946C;
}
.AnyTagClassName
{
color: #73946C;
}
</style>
background-color css
<style>
a { background-color: #73946C; }
a { background-color: rgb(115,148,108); }
div.DivClassName
{
background-color: #73946C;
}
.BgClassName
{
background-color: #73946C;
}
</style>
border-color css
<style>
span { border-color: #73946C; }
span { border-color: rgb(115,148,108); }
td.TdClassName
{
border-color: #73946C;
}
.TagClassName
{
border-color: #73946C;
}
</style>