Shades of Xanadu #74936D
Tints of Xanadu #74936D
RGB
CMYK
RGB Variations
Color information
#74936D (or 0x74936D) is known color: Xanadu. HEX triplet: 74, 93 and 6D. RGB value is (116,147,109). Sum of RGB (Red+Green+Blue) = 116+147+109=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #74936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74936D is #8B6C92. Grayscale: #858585. Windows color (decimal): -9137299 or 7181172. OLE color: 7181172.
HSL color Cylindrical-coordinate representation of color #74936D: hue angle of 108.95º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74936D is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 109 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.42 |
| HSL | 108.95º | 0.15% | 0.5% | - |
| HSV(B) | 108.95º | 0.26% | 0.58% | - |
| XYZ | 20.4 | 25.68 | 18.35 | - |
| YUV | 133.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 109 | 0.21 | 0 | 0.26 | 0.42 | 108.95 | 0.15 | 0.5 |
| Hex | 74 | 93 | 6D | 15 | 0 | 1A | 2A | 6D | F | 32 |
| Octal | 164 | 223 | 155 | 25 | 0 | 32 | 52 | 155 | 17 | 62 |
| Binary | 1110100 | 10010011 | 1101101 | 10101 | 0 | 11010 | 101010 | 1101101 | 1111 | 110010 |
Color Harmonies of #74936D
Complementary color
Monochromatic Colors of #74936D
Black with #74936D
Text Example
Text Example
White with #74936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74936D; }
p { color: rgb(116,147,109); }
H1.HeaderClassName
{
color: #74936D;
}
.AnyTagClassName
{
color: #74936D;
}
</style>
background-color css
<style>
a { background-color: #74936D; }
a { background-color: rgb(116,147,109); }
div.DivClassName
{
background-color: #74936D;
}
.BgClassName
{
background-color: #74936D;
}
</style>
border-color css
<style>
span { border-color: #74936D; }
span { border-color: rgb(116,147,109); }
td.TdClassName
{
border-color: #74936D;
}
.TagClassName
{
border-color: #74936D;
}
</style>