Shades of Xanadu #758F69
Tints of Xanadu #758F69
RGB
CMYK
RGB Variations
Color information
#758F69 (or 0x758F69) is known color: Xanadu. HEX triplet: 75, 8F and 69. RGB value is (117,143,105). Sum of RGB (Red+Green+Blue) = 117+143+105=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #758F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F69 is #8A7096. Grayscale: #838383. Windows color (decimal): -9072791 or 6918005. OLE color: 6918005.
HSL color Cylindrical-coordinate representation of color #758F69: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758F69 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 105 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.44 |
| HSL | 101.05º | 0.15% | 0.49% | - |
| HSV(B) | 101.05º | 0.27% | 0.56% | - |
| XYZ | 19.71 | 24.45 | 17.04 | - |
| YUV | 130.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 105 | 0.18 | 0 | 0.27 | 0.44 | 101.05 | 0.15 | 0.49 |
| Hex | 75 | 8F | 69 | 12 | 0 | 1B | 2C | 65 | F | 31 |
| Octal | 165 | 217 | 151 | 22 | 0 | 33 | 54 | 145 | 17 | 61 |
| Binary | 1110101 | 10001111 | 1101001 | 10010 | 0 | 11011 | 101100 | 1100101 | 1111 | 110001 |
Color Harmonies of #758F69
Complementary color
Monochromatic Colors of #758F69
Black with #758F69
Text Example
Text Example
White with #758F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F69; }
p { color: rgb(117,143,105); }
H1.HeaderClassName
{
color: #758F69;
}
.AnyTagClassName
{
color: #758F69;
}
</style>
background-color css
<style>
a { background-color: #758F69; }
a { background-color: rgb(117,143,105); }
div.DivClassName
{
background-color: #758F69;
}
.BgClassName
{
background-color: #758F69;
}
</style>
border-color css
<style>
span { border-color: #758F69; }
span { border-color: rgb(117,143,105); }
td.TdClassName
{
border-color: #758F69;
}
.TagClassName
{
border-color: #758F69;
}
</style>