Shades of Xanadu #708369
Tints of Xanadu #708369
RGB
CMYK
RGB Variations
Color information
#708369 (or 0x708369) is known color: Xanadu. HEX triplet: 70, 83 and 69. RGB value is (112,131,105). Sum of RGB (Red+Green+Blue) = 112+131+105=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #708369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708369 is #8F7C96. Grayscale: #7A7A7A. Windows color (decimal): -9403543 or 6914928. OLE color: 6914928.
HSL color Cylindrical-coordinate representation of color #708369: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708369 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 105 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.49 |
| HSL | 103.85º | 0.11% | 0.46% | - |
| HSV(B) | 103.85º | 0.2% | 0.51% | - |
| XYZ | 17.35 | 20.7 | 16.45 | - |
| YUV | 122.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 105 | 0.15 | 0 | 0.20 | 0.49 | 103.85 | 0.11 | 0.46 |
| Hex | 70 | 83 | 69 | F | 0 | 14 | 31 | 68 | B | 2E |
| Octal | 160 | 203 | 151 | 17 | 0 | 24 | 61 | 150 | 13 | 56 |
| Binary | 1110000 | 10000011 | 1101001 | 1111 | 0 | 10100 | 110001 | 1101000 | 1011 | 101110 |
Color Harmonies of #708369
Complementary color
Monochromatic Colors of #708369
Black with #708369
Text Example
Text Example
White with #708369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708369; }
p { color: rgb(112,131,105); }
H1.HeaderClassName
{
color: #708369;
}
.AnyTagClassName
{
color: #708369;
}
</style>
background-color css
<style>
a { background-color: #708369; }
a { background-color: rgb(112,131,105); }
div.DivClassName
{
background-color: #708369;
}
.BgClassName
{
background-color: #708369;
}
</style>
border-color css
<style>
span { border-color: #708369; }
span { border-color: rgb(112,131,105); }
td.TdClassName
{
border-color: #708369;
}
.TagClassName
{
border-color: #708369;
}
</style>