Shades of Xanadu #71946A
Tints of Xanadu #71946A
RGB
CMYK
RGB Variations
Color information
#71946A (or 0x71946A) is known color: Xanadu. HEX triplet: 71, 94 and 6A. RGB value is (113,148,106). Sum of RGB (Red+Green+Blue) = 113+148+106=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #71946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71946A is #8E6B95. Grayscale: #848484. Windows color (decimal): -9333654 or 6984817. OLE color: 6984817.
HSL color Cylindrical-coordinate representation of color #71946A: hue angle of 110º degrees, saturation: 0.17, 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 #71946A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 148 | 106 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.42 |
| HSL | 110º | 0.17% | 0.5% | - |
| HSV(B) | 110º | 0.28% | 0.58% | - |
| XYZ | 20 | 25.73 | 17.55 | - |
| YUV | 132.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 106 | 0.24 | 0 | 0.28 | 0.42 | 110 | 0.17 | 0.5 |
| Hex | 71 | 94 | 6A | 18 | 0 | 1C | 2A | 6E | 11 | 32 |
| Octal | 161 | 224 | 152 | 30 | 0 | 34 | 52 | 156 | 21 | 62 |
| Binary | 1110001 | 10010100 | 1101010 | 11000 | 0 | 11100 | 101010 | 1101110 | 10001 | 110010 |
Color Harmonies of #71946A
Complementary color
Monochromatic Colors of #71946A
Black with #71946A
Text Example
Text Example
White with #71946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71946A; }
p { color: rgb(113,148,106); }
H1.HeaderClassName
{
color: #71946A;
}
.AnyTagClassName
{
color: #71946A;
}
</style>
background-color css
<style>
a { background-color: #71946A; }
a { background-color: rgb(113,148,106); }
div.DivClassName
{
background-color: #71946A;
}
.BgClassName
{
background-color: #71946A;
}
</style>
border-color css
<style>
span { border-color: #71946A; }
span { border-color: rgb(113,148,106); }
td.TdClassName
{
border-color: #71946A;
}
.TagClassName
{
border-color: #71946A;
}
</style>