Shades of Xanadu #749169
Tints of Xanadu #749169
RGB
CMYK
RGB Variations
Color information
#749169 (or 0x749169) is known color: Xanadu. HEX triplet: 74, 91 and 69. RGB value is (116,145,105). Sum of RGB (Red+Green+Blue) = 116+145+105=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #749169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749169 is #8B6E96. Grayscale: #838383. Windows color (decimal): -9137815 or 6918516. OLE color: 6918516.
HSL color Cylindrical-coordinate representation of color #749169: hue angle of 103.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749169 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 105 | - |
| CMYK | 0.2 | 0 | 0.28 | 0.43 |
| HSL | 103.5º | 0.16% | 0.49% | - |
| HSV(B) | 103.5º | 0.28% | 0.57% | - |
| XYZ | 19.88 | 24.98 | 17.14 | - |
| YUV | 131.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 105 | 0.2 | 0 | 0.28 | 0.43 | 103.5 | 0.16 | 0.49 |
| Hex | 74 | 91 | 69 | 14 | 0 | 1C | 2B | 68 | 10 | 31 |
| Octal | 164 | 221 | 151 | 24 | 0 | 34 | 53 | 150 | 20 | 61 |
| Binary | 1110100 | 10010001 | 1101001 | 10100 | 0 | 11100 | 101011 | 1101000 | 10000 | 110001 |
Color Harmonies of #749169
Complementary color
Monochromatic Colors of #749169
Black with #749169
Text Example
Text Example
White with #749169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749169; }
p { color: rgb(116,145,105); }
H1.HeaderClassName
{
color: #749169;
}
.AnyTagClassName
{
color: #749169;
}
</style>
background-color css
<style>
a { background-color: #749169; }
a { background-color: rgb(116,145,105); }
div.DivClassName
{
background-color: #749169;
}
.BgClassName
{
background-color: #749169;
}
</style>
border-color css
<style>
span { border-color: #749169; }
span { border-color: rgb(116,145,105); }
td.TdClassName
{
border-color: #749169;
}
.TagClassName
{
border-color: #749169;
}
</style>