Shades of Xanadu #74916A
Tints of Xanadu #74916A
RGB
CMYK
RGB Variations
Color information
#74916A (or 0x74916A) is known color: Xanadu. HEX triplet: 74, 91 and 6A. RGB value is (116,145,106). Sum of RGB (Red+Green+Blue) = 116+145+106=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #74916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916A is #8B6E95. Grayscale: #848484. Windows color (decimal): -9137814 or 6984052. OLE color: 6984052.
HSL color Cylindrical-coordinate representation of color #74916A: hue angle of 104.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74916A is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 106 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.43 |
| HSL | 104.62º | 0.16% | 0.49% | - |
| HSV(B) | 104.62º | 0.27% | 0.57% | - |
| XYZ | 19.93 | 25 | 17.41 | - |
| YUV | 131.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 106 | 0.2 | 0 | 0.27 | 0.43 | 104.62 | 0.16 | 0.49 |
| Hex | 74 | 91 | 6A | 14 | 0 | 1B | 2B | 69 | 10 | 31 |
| Octal | 164 | 221 | 152 | 24 | 0 | 33 | 53 | 151 | 20 | 61 |
| Binary | 1110100 | 10010001 | 1101010 | 10100 | 0 | 11011 | 101011 | 1101001 | 10000 | 110001 |
Color Harmonies of #74916A
Complementary color
Monochromatic Colors of #74916A
Black with #74916A
Text Example
Text Example
White with #74916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74916A; }
p { color: rgb(116,145,106); }
H1.HeaderClassName
{
color: #74916A;
}
.AnyTagClassName
{
color: #74916A;
}
</style>
background-color css
<style>
a { background-color: #74916A; }
a { background-color: rgb(116,145,106); }
div.DivClassName
{
background-color: #74916A;
}
.BgClassName
{
background-color: #74916A;
}
</style>
border-color css
<style>
span { border-color: #74916A; }
span { border-color: rgb(116,145,106); }
td.TdClassName
{
border-color: #74916A;
}
.TagClassName
{
border-color: #74916A;
}
</style>