Shades of Xanadu #70956B
Tints of Xanadu #70956B
RGB
CMYK
RGB Variations
Color information
#70956B (or 0x70956B) is known color: Xanadu. HEX triplet: 70, 95 and 6B. RGB value is (112,149,107). Sum of RGB (Red+Green+Blue) = 112+149+107=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #70956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70956B is #8F6A94. Grayscale: #858585. Windows color (decimal): -9398933 or 7050608. OLE color: 7050608.
HSL color Cylindrical-coordinate representation of color #70956B: hue angle of 112.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70956B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 107 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.42 |
| HSL | 112.86º | 0.17% | 0.5% | - |
| HSV(B) | 112.86º | 0.28% | 0.58% | - |
| XYZ | 20.08 | 26 | 17.87 | - |
| YUV | 133.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 107 | 0.25 | 0 | 0.28 | 0.42 | 112.86 | 0.17 | 0.5 |
| Hex | 70 | 95 | 6B | 19 | 0 | 1C | 2A | 71 | 11 | 32 |
| Octal | 160 | 225 | 153 | 31 | 0 | 34 | 52 | 161 | 21 | 62 |
| Binary | 1110000 | 10010101 | 1101011 | 11001 | 0 | 11100 | 101010 | 1110001 | 10001 | 110010 |
Color Harmonies of #70956B
Complementary color
Monochromatic Colors of #70956B
Black with #70956B
Text Example
Text Example
White with #70956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70956B; }
p { color: rgb(112,149,107); }
H1.HeaderClassName
{
color: #70956B;
}
.AnyTagClassName
{
color: #70956B;
}
</style>
background-color css
<style>
a { background-color: #70956B; }
a { background-color: rgb(112,149,107); }
div.DivClassName
{
background-color: #70956B;
}
.BgClassName
{
background-color: #70956B;
}
</style>
border-color css
<style>
span { border-color: #70956B; }
span { border-color: rgb(112,149,107); }
td.TdClassName
{
border-color: #70956B;
}
.TagClassName
{
border-color: #70956B;
}
</style>