Shades of Xanadu #72896A
Tints of Xanadu #72896A
RGB
CMYK
RGB Variations
Color information
#72896A (or 0x72896A) is known color: Xanadu. HEX triplet: 72, 89 and 6A. RGB value is (114,137,106). Sum of RGB (Red+Green+Blue) = 114+137+106=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #72896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72896A is #8D7695. Grayscale: #7E7E7E. Windows color (decimal): -9270934 or 6982002. OLE color: 6982002.
HSL color Cylindrical-coordinate representation of color #72896A: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72896A is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 106 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.46 |
| HSL | 104.52º | 0.13% | 0.48% | - |
| HSV(B) | 104.52º | 0.23% | 0.54% | - |
| XYZ | 18.49 | 22.51 | 17.01 | - |
| YUV | 126.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 106 | 0.17 | 0 | 0.23 | 0.46 | 104.52 | 0.13 | 0.48 |
| Hex | 72 | 89 | 6A | 11 | 0 | 17 | 2E | 69 | D | 30 |
| Octal | 162 | 211 | 152 | 21 | 0 | 27 | 56 | 151 | 15 | 60 |
| Binary | 1110010 | 10001001 | 1101010 | 10001 | 0 | 10111 | 101110 | 1101001 | 1101 | 110000 |
Color Harmonies of #72896A
Complementary color
Monochromatic Colors of #72896A
Black with #72896A
Text Example
Text Example
White with #72896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72896A; }
p { color: rgb(114,137,106); }
H1.HeaderClassName
{
color: #72896A;
}
.AnyTagClassName
{
color: #72896A;
}
</style>
background-color css
<style>
a { background-color: #72896A; }
a { background-color: rgb(114,137,106); }
div.DivClassName
{
background-color: #72896A;
}
.BgClassName
{
background-color: #72896A;
}
</style>
border-color css
<style>
span { border-color: #72896A; }
span { border-color: rgb(114,137,106); }
td.TdClassName
{
border-color: #72896A;
}
.TagClassName
{
border-color: #72896A;
}
</style>