Shades of Xanadu #749365
Tints of Xanadu #749365
RGB
CMYK
RGB Variations
Color information
#749365 (or 0x749365) is known color: Xanadu. HEX triplet: 74, 93 and 65. RGB value is (116,147,101). Sum of RGB (Red+Green+Blue) = 116+147+101=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #749365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749365 is #8B6C9A. Grayscale: #848484. Windows color (decimal): -9137307 or 6656884. OLE color: 6656884.
HSL color Cylindrical-coordinate representation of color #749365: hue angle of 100.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749365 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 101 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.42 |
| HSL | 100.43º | 0.19% | 0.49% | - |
| HSV(B) | 100.43º | 0.31% | 0.58% | - |
| XYZ | 19.99 | 25.52 | 16.18 | - |
| YUV | 132.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 101 | 0.21 | 0 | 0.31 | 0.42 | 100.43 | 0.19 | 0.49 |
| Hex | 74 | 93 | 65 | 15 | 0 | 1F | 2A | 64 | 13 | 31 |
| Octal | 164 | 223 | 145 | 25 | 0 | 37 | 52 | 144 | 23 | 61 |
| Binary | 1110100 | 10010011 | 1100101 | 10101 | 0 | 11111 | 101010 | 1100100 | 10011 | 110001 |
Color Harmonies of #749365
Complementary color
Monochromatic Colors of #749365
Black with #749365
Text Example
Text Example
White with #749365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749365; }
p { color: rgb(116,147,101); }
H1.HeaderClassName
{
color: #749365;
}
.AnyTagClassName
{
color: #749365;
}
</style>
background-color css
<style>
a { background-color: #749365; }
a { background-color: rgb(116,147,101); }
div.DivClassName
{
background-color: #749365;
}
.BgClassName
{
background-color: #749365;
}
</style>
border-color css
<style>
span { border-color: #749365; }
span { border-color: rgb(116,147,101); }
td.TdClassName
{
border-color: #749365;
}
.TagClassName
{
border-color: #749365;
}
</style>