Shades of Xanadu #74916C
Tints of Xanadu #74916C
RGB
CMYK
RGB Variations
Color information
#74916C (or 0x74916C) is known color: Xanadu. HEX triplet: 74, 91 and 6C. RGB value is (116,145,108). Sum of RGB (Red+Green+Blue) = 116+145+108=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #74916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916C is #8B6E93. Grayscale: #848484. Windows color (decimal): -9137812 or 7115124. OLE color: 7115124.
HSL color Cylindrical-coordinate representation of color #74916C: hue angle of 107.03º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74916C is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 108 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.43 |
| HSL | 107.03º | 0.15% | 0.5% | - |
| HSV(B) | 107.03º | 0.26% | 0.57% | - |
| XYZ | 20.03 | 25.05 | 17.97 | - |
| YUV | 132.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 108 | 0.2 | 0 | 0.26 | 0.43 | 107.03 | 0.15 | 0.5 |
| Hex | 74 | 91 | 6C | 14 | 0 | 1A | 2B | 6B | F | 32 |
| Octal | 164 | 221 | 154 | 24 | 0 | 32 | 53 | 153 | 17 | 62 |
| Binary | 1110100 | 10010001 | 1101100 | 10100 | 0 | 11010 | 101011 | 1101011 | 1111 | 110010 |
Color Harmonies of #74916C
Complementary color
Monochromatic Colors of #74916C
Black with #74916C
Text Example
Text Example
White with #74916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74916C; }
p { color: rgb(116,145,108); }
H1.HeaderClassName
{
color: #74916C;
}
.AnyTagClassName
{
color: #74916C;
}
</style>
background-color css
<style>
a { background-color: #74916C; }
a { background-color: rgb(116,145,108); }
div.DivClassName
{
background-color: #74916C;
}
.BgClassName
{
background-color: #74916C;
}
</style>
border-color css
<style>
span { border-color: #74916C; }
span { border-color: rgb(116,145,108); }
td.TdClassName
{
border-color: #74916C;
}
.TagClassName
{
border-color: #74916C;
}
</style>