Shades of Xanadu #74916E
Tints of Xanadu #74916E
RGB
CMYK
RGB Variations
Color information
#74916E (or 0x74916E) is known color: Xanadu. HEX triplet: 74, 91 and 6E. RGB value is (116,145,110). Sum of RGB (Red+Green+Blue) = 116+145+110=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #74916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916E is #8B6E91. Grayscale: #848484. Windows color (decimal): -9137810 or 7246196. OLE color: 7246196.
HSL color Cylindrical-coordinate representation of color #74916E: hue angle of 109.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74916E is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 110 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.43 |
| HSL | 109.71º | 0.14% | 0.5% | - |
| HSV(B) | 109.71º | 0.24% | 0.57% | - |
| XYZ | 20.14 | 25.09 | 18.53 | - |
| YUV | 132.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 110 | 0.2 | 0 | 0.24 | 0.43 | 109.71 | 0.14 | 0.5 |
| Hex | 74 | 91 | 6E | 14 | 0 | 18 | 2B | 6E | E | 32 |
| Octal | 164 | 221 | 156 | 24 | 0 | 30 | 53 | 156 | 16 | 62 |
| Binary | 1110100 | 10010001 | 1101110 | 10100 | 0 | 11000 | 101011 | 1101110 | 1110 | 110010 |
Color Harmonies of #74916E
Complementary color
Monochromatic Colors of #74916E
Black with #74916E
Text Example
Text Example
White with #74916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74916E; }
p { color: rgb(116,145,110); }
H1.HeaderClassName
{
color: #74916E;
}
.AnyTagClassName
{
color: #74916E;
}
</style>
background-color css
<style>
a { background-color: #74916E; }
a { background-color: rgb(116,145,110); }
div.DivClassName
{
background-color: #74916E;
}
.BgClassName
{
background-color: #74916E;
}
</style>
border-color css
<style>
span { border-color: #74916E; }
span { border-color: rgb(116,145,110); }
td.TdClassName
{
border-color: #74916E;
}
.TagClassName
{
border-color: #74916E;
}
</style>