Shades of Xanadu #748969
Tints of Xanadu #748969
RGB
CMYK
RGB Variations
Color information
#748969 (or 0x748969) is known color: Xanadu. HEX triplet: 74, 89 and 69. RGB value is (116,137,105). Sum of RGB (Red+Green+Blue) = 116+137+105=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #748969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748969 is #8B7696. Grayscale: #7F7F7F. Windows color (decimal): -9139863 or 6916468. OLE color: 6916468.
HSL color Cylindrical-coordinate representation of color #748969: hue angle of 99.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748969 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 105 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.46 |
| HSL | 99.38º | 0.13% | 0.47% | - |
| HSV(B) | 99.38º | 0.23% | 0.54% | - |
| XYZ | 18.7 | 22.62 | 16.75 | - |
| YUV | 127.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 105 | 0.15 | 0 | 0.23 | 0.46 | 99.38 | 0.13 | 0.47 |
| Hex | 74 | 89 | 69 | F | 0 | 17 | 2E | 63 | D | 2F |
| Octal | 164 | 211 | 151 | 17 | 0 | 27 | 56 | 143 | 15 | 57 |
| Binary | 1110100 | 10001001 | 1101001 | 1111 | 0 | 10111 | 101110 | 1100011 | 1101 | 101111 |
Color Harmonies of #748969
Complementary color
Monochromatic Colors of #748969
Black with #748969
Text Example
Text Example
White with #748969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748969; }
p { color: rgb(116,137,105); }
H1.HeaderClassName
{
color: #748969;
}
.AnyTagClassName
{
color: #748969;
}
</style>
background-color css
<style>
a { background-color: #748969; }
a { background-color: rgb(116,137,105); }
div.DivClassName
{
background-color: #748969;
}
.BgClassName
{
background-color: #748969;
}
</style>
border-color css
<style>
span { border-color: #748969; }
span { border-color: rgb(116,137,105); }
td.TdClassName
{
border-color: #748969;
}
.TagClassName
{
border-color: #748969;
}
</style>