Shades of Xanadu #72946B
Tints of Xanadu #72946B
RGB
CMYK
RGB Variations
Color information
#72946B (or 0x72946B) is known color: Xanadu. HEX triplet: 72, 94 and 6B. RGB value is (114,148,107). Sum of RGB (Red+Green+Blue) = 114+148+107=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #72946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72946B is #8D6B94. Grayscale: #858585. Windows color (decimal): -9268117 or 7050354. OLE color: 7050354.
HSL color Cylindrical-coordinate representation of color #72946B: hue angle of 109.76º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72946B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 107 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.42 |
| HSL | 109.76º | 0.16% | 0.5% | - |
| HSV(B) | 109.76º | 0.28% | 0.58% | - |
| XYZ | 20.18 | 25.82 | 17.83 | - |
| YUV | 133.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 107 | 0.23 | 0 | 0.28 | 0.42 | 109.76 | 0.16 | 0.5 |
| Hex | 72 | 94 | 6B | 17 | 0 | 1C | 2A | 6E | 10 | 32 |
| Octal | 162 | 224 | 153 | 27 | 0 | 34 | 52 | 156 | 20 | 62 |
| Binary | 1110010 | 10010100 | 1101011 | 10111 | 0 | 11100 | 101010 | 1101110 | 10000 | 110010 |
Color Harmonies of #72946B
Complementary color
Monochromatic Colors of #72946B
Black with #72946B
Text Example
Text Example
White with #72946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72946B; }
p { color: rgb(114,148,107); }
H1.HeaderClassName
{
color: #72946B;
}
.AnyTagClassName
{
color: #72946B;
}
</style>
background-color css
<style>
a { background-color: #72946B; }
a { background-color: rgb(114,148,107); }
div.DivClassName
{
background-color: #72946B;
}
.BgClassName
{
background-color: #72946B;
}
</style>
border-color css
<style>
span { border-color: #72946B; }
span { border-color: rgb(114,148,107); }
td.TdClassName
{
border-color: #72946B;
}
.TagClassName
{
border-color: #72946B;
}
</style>