Shades of Xanadu #749065
Tints of Xanadu #749065
RGB
CMYK
RGB Variations
Color information
#749065 (or 0x749065) is known color: Xanadu. HEX triplet: 74, 90 and 65. RGB value is (116,144,101). Sum of RGB (Red+Green+Blue) = 116+144+101=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #749065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749065 is #8B6F9A. Grayscale: #828282. Windows color (decimal): -9138075 or 6656116. OLE color: 6656116.
HSL color Cylindrical-coordinate representation of color #749065: hue angle of 99.07º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749065 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 101 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.44 |
| HSL | 99.07º | 0.18% | 0.48% | - |
| HSV(B) | 99.07º | 0.3% | 0.56% | - |
| XYZ | 19.52 | 24.6 | 16.03 | - |
| YUV | 130.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 101 | 0.19 | 0 | 0.30 | 0.44 | 99.07 | 0.18 | 0.48 |
| Hex | 74 | 90 | 65 | 13 | 0 | 1E | 2C | 63 | 12 | 30 |
| Octal | 164 | 220 | 145 | 23 | 0 | 36 | 54 | 143 | 22 | 60 |
| Binary | 1110100 | 10010000 | 1100101 | 10011 | 0 | 11110 | 101100 | 1100011 | 10010 | 110000 |
Color Harmonies of #749065
Complementary color
Monochromatic Colors of #749065
Black with #749065
Text Example
Text Example
White with #749065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749065; }
p { color: rgb(116,144,101); }
H1.HeaderClassName
{
color: #749065;
}
.AnyTagClassName
{
color: #749065;
}
</style>
background-color css
<style>
a { background-color: #749065; }
a { background-color: rgb(116,144,101); }
div.DivClassName
{
background-color: #749065;
}
.BgClassName
{
background-color: #749065;
}
</style>
border-color css
<style>
span { border-color: #749065; }
span { border-color: rgb(116,144,101); }
td.TdClassName
{
border-color: #749065;
}
.TagClassName
{
border-color: #749065;
}
</style>