Shades of Xanadu #758D70
Tints of Xanadu #758D70
RGB
CMYK
RGB Variations
Color information
#758D70 (or 0x758D70) is known color: Xanadu. HEX triplet: 75, 8D and 70. RGB value is (117,141,112). Sum of RGB (Red+Green+Blue) = 117+141+112=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #758D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D70 is #8A728F. Grayscale: #828282. Windows color (decimal): -9073296 or 7376245. OLE color: 7376245.
HSL color Cylindrical-coordinate representation of color #758D70: hue angle of 109.66º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758D70 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 112 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.45 |
| HSL | 109.66º | 0.11% | 0.5% | - |
| HSV(B) | 109.66º | 0.21% | 0.55% | - |
| XYZ | 19.79 | 24 | 18.92 | - |
| YUV | 130.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 112 | 0.17 | 0 | 0.21 | 0.45 | 109.66 | 0.11 | 0.5 |
| Hex | 75 | 8D | 70 | 11 | 0 | 15 | 2D | 6E | B | 32 |
| Octal | 165 | 215 | 160 | 21 | 0 | 25 | 55 | 156 | 13 | 62 |
| Binary | 1110101 | 10001101 | 1110000 | 10001 | 0 | 10101 | 101101 | 1101110 | 1011 | 110010 |
Color Harmonies of #758D70
Complementary color
Monochromatic Colors of #758D70
Black with #758D70
Text Example
Text Example
White with #758D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D70; }
p { color: rgb(117,141,112); }
H1.HeaderClassName
{
color: #758D70;
}
.AnyTagClassName
{
color: #758D70;
}
</style>
background-color css
<style>
a { background-color: #758D70; }
a { background-color: rgb(117,141,112); }
div.DivClassName
{
background-color: #758D70;
}
.BgClassName
{
background-color: #758D70;
}
</style>
border-color css
<style>
span { border-color: #758D70; }
span { border-color: rgb(117,141,112); }
td.TdClassName
{
border-color: #758D70;
}
.TagClassName
{
border-color: #758D70;
}
</style>