Shades of Xanadu #72946C
Tints of Xanadu #72946C
RGB
CMYK
RGB Variations
Color information
#72946C (or 0x72946C) is known color: Xanadu. HEX triplet: 72, 94 and 6C. RGB value is (114,148,108). Sum of RGB (Red+Green+Blue) = 114+148+108=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #72946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72946C is #8D6B93. Grayscale: #858585. Windows color (decimal): -9268116 or 7115890. OLE color: 7115890.
HSL color Cylindrical-coordinate representation of color #72946C: hue angle of 111º 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 #72946C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 108 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.42 |
| HSL | 111º | 0.16% | 0.5% | - |
| HSV(B) | 111º | 0.27% | 0.58% | - |
| XYZ | 20.24 | 25.84 | 18.11 | - |
| YUV | 133.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 108 | 0.23 | 0 | 0.27 | 0.42 | 111 | 0.16 | 0.5 |
| Hex | 72 | 94 | 6C | 17 | 0 | 1B | 2A | 6F | 10 | 32 |
| Octal | 162 | 224 | 154 | 27 | 0 | 33 | 52 | 157 | 20 | 62 |
| Binary | 1110010 | 10010100 | 1101100 | 10111 | 0 | 11011 | 101010 | 1101111 | 10000 | 110010 |
Color Harmonies of #72946C
Complementary color
Monochromatic Colors of #72946C
Black with #72946C
Text Example
Text Example
White with #72946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72946C; }
p { color: rgb(114,148,108); }
H1.HeaderClassName
{
color: #72946C;
}
.AnyTagClassName
{
color: #72946C;
}
</style>
background-color css
<style>
a { background-color: #72946C; }
a { background-color: rgb(114,148,108); }
div.DivClassName
{
background-color: #72946C;
}
.BgClassName
{
background-color: #72946C;
}
</style>
border-color css
<style>
span { border-color: #72946C; }
span { border-color: rgb(114,148,108); }
td.TdClassName
{
border-color: #72946C;
}
.TagClassName
{
border-color: #72946C;
}
</style>