Shades of Xanadu #749366
Tints of Xanadu #749366
RGB
CMYK
RGB Variations
Color information
#749366 (or 0x749366) is known color: Xanadu. HEX triplet: 74, 93 and 66. RGB value is (116,147,102). Sum of RGB (Red+Green+Blue) = 116+147+102=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #749366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749366 is #8B6C99. Grayscale: #848484. Windows color (decimal): -9137306 or 6722420. OLE color: 6722420.
HSL color Cylindrical-coordinate representation of color #749366: hue angle of 101.33º degrees, saturation: 0.18, 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 #749366 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 102 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.42 |
| HSL | 101.33º | 0.18% | 0.49% | - |
| HSV(B) | 101.33º | 0.31% | 0.58% | - |
| XYZ | 20.03 | 25.54 | 16.44 | - |
| YUV | 132.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 102 | 0.21 | 0 | 0.31 | 0.42 | 101.33 | 0.18 | 0.49 |
| Hex | 74 | 93 | 66 | 15 | 0 | 1F | 2A | 65 | 12 | 31 |
| Octal | 164 | 223 | 146 | 25 | 0 | 37 | 52 | 145 | 22 | 61 |
| Binary | 1110100 | 10010011 | 1100110 | 10101 | 0 | 11111 | 101010 | 1100101 | 10010 | 110001 |
Color Harmonies of #749366
Complementary color
Monochromatic Colors of #749366
Black with #749366
Text Example
Text Example
White with #749366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749366; }
p { color: rgb(116,147,102); }
H1.HeaderClassName
{
color: #749366;
}
.AnyTagClassName
{
color: #749366;
}
</style>
background-color css
<style>
a { background-color: #749366; }
a { background-color: rgb(116,147,102); }
div.DivClassName
{
background-color: #749366;
}
.BgClassName
{
background-color: #749366;
}
</style>
border-color css
<style>
span { border-color: #749366; }
span { border-color: rgb(116,147,102); }
td.TdClassName
{
border-color: #749366;
}
.TagClassName
{
border-color: #749366;
}
</style>