Shades of Xanadu #70916A
Tints of Xanadu #70916A
RGB
CMYK
RGB Variations
Color information
#70916A (or 0x70916A) is known color: Xanadu. HEX triplet: 70, 91 and 6A. RGB value is (112,145,106). Sum of RGB (Red+Green+Blue) = 112+145+106=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #70916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916A is #8F6E95. Grayscale: #828282. Windows color (decimal): -9399958 or 6984048. OLE color: 6984048.
HSL color Cylindrical-coordinate representation of color #70916A: hue angle of 110.77º 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 #70916A is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 106 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.43 |
| HSL | 110.77º | 0.16% | 0.49% | - |
| HSV(B) | 110.77º | 0.27% | 0.57% | - |
| XYZ | 19.41 | 24.74 | 17.39 | - |
| YUV | 130.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 106 | 0.23 | 0 | 0.27 | 0.43 | 110.77 | 0.16 | 0.49 |
| Hex | 70 | 91 | 6A | 17 | 0 | 1B | 2B | 6F | 10 | 31 |
| Octal | 160 | 221 | 152 | 27 | 0 | 33 | 53 | 157 | 20 | 61 |
| Binary | 1110000 | 10010001 | 1101010 | 10111 | 0 | 11011 | 101011 | 1101111 | 10000 | 110001 |
Color Harmonies of #70916A
Complementary color
Monochromatic Colors of #70916A
Black with #70916A
Text Example
Text Example
White with #70916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70916A; }
p { color: rgb(112,145,106); }
H1.HeaderClassName
{
color: #70916A;
}
.AnyTagClassName
{
color: #70916A;
}
</style>
background-color css
<style>
a { background-color: #70916A; }
a { background-color: rgb(112,145,106); }
div.DivClassName
{
background-color: #70916A;
}
.BgClassName
{
background-color: #70916A;
}
</style>
border-color css
<style>
span { border-color: #70916A; }
span { border-color: rgb(112,145,106); }
td.TdClassName
{
border-color: #70916A;
}
.TagClassName
{
border-color: #70916A;
}
</style>