Shades of Xanadu #75896A
Tints of Xanadu #75896A
RGB
CMYK
RGB Variations
Color information
#75896A (or 0x75896A) is known color: Xanadu. HEX triplet: 75, 89 and 6A. RGB value is (117,137,106). Sum of RGB (Red+Green+Blue) = 117+137+106=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #75896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75896A is #8A7695. Grayscale: #7F7F7F. Windows color (decimal): -9074326 or 6982005. OLE color: 6982005.
HSL color Cylindrical-coordinate representation of color #75896A: hue angle of 98.71º 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 #75896A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 106 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.46 |
| HSL | 98.71º | 0.13% | 0.48% | - |
| HSV(B) | 98.71º | 0.23% | 0.54% | - |
| XYZ | 18.88 | 22.71 | 17.02 | - |
| YUV | 127.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 106 | 0.15 | 0 | 0.23 | 0.46 | 98.71 | 0.13 | 0.48 |
| Hex | 75 | 89 | 6A | F | 0 | 17 | 2E | 63 | D | 30 |
| Octal | 165 | 211 | 152 | 17 | 0 | 27 | 56 | 143 | 15 | 60 |
| Binary | 1110101 | 10001001 | 1101010 | 1111 | 0 | 10111 | 101110 | 1100011 | 1101 | 110000 |
Color Harmonies of #75896A
Complementary color
Monochromatic Colors of #75896A
Black with #75896A
Text Example
Text Example
White with #75896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75896A; }
p { color: rgb(117,137,106); }
H1.HeaderClassName
{
color: #75896A;
}
.AnyTagClassName
{
color: #75896A;
}
</style>
background-color css
<style>
a { background-color: #75896A; }
a { background-color: rgb(117,137,106); }
div.DivClassName
{
background-color: #75896A;
}
.BgClassName
{
background-color: #75896A;
}
</style>
border-color css
<style>
span { border-color: #75896A; }
span { border-color: rgb(117,137,106); }
td.TdClassName
{
border-color: #75896A;
}
.TagClassName
{
border-color: #75896A;
}
</style>