Shades of Xanadu #6F9461
Tints of Xanadu #6F9461
RGB
CMYK
RGB Variations
Color information
#6F9461 (or 0x6F9461) is known color: Xanadu. HEX triplet: 6F, 94 and 61. RGB value is (111,148,97). Sum of RGB (Red+Green+Blue) = 111+148+97=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9461 is #906B9E. Grayscale: #838383. Windows color (decimal): -9464735 or 6394991. OLE color: 6394991.
HSL color Cylindrical-coordinate representation of color #6F9461: hue angle of 103.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F9461 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 97 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.42 |
| HSL | 103.53º | 0.21% | 0.48% | - |
| HSV(B) | 103.53º | 0.34% | 0.58% | - |
| XYZ | 19.3 | 25.42 | 15.2 | - |
| YUV | 131.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 97 | 0.25 | 0 | 0.34 | 0.42 | 103.53 | 0.21 | 0.48 |
| Hex | 6F | 94 | 61 | 19 | 0 | 22 | 2A | 68 | 15 | 30 |
| Octal | 157 | 224 | 141 | 31 | 0 | 42 | 52 | 150 | 25 | 60 |
| Binary | 1101111 | 10010100 | 1100001 | 11001 | 0 | 100010 | 101010 | 1101000 | 10101 | 110000 |
Color Harmonies of #6F9461
Complementary color
Monochromatic Colors of #6F9461
Black with #6F9461
Text Example
Text Example
White with #6F9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9461; }
p { color: rgb(111,148,97); }
H1.HeaderClassName
{
color: #6F9461;
}
.AnyTagClassName
{
color: #6F9461;
}
</style>
background-color css
<style>
a { background-color: #6F9461; }
a { background-color: rgb(111,148,97); }
div.DivClassName
{
background-color: #6F9461;
}
.BgClassName
{
background-color: #6F9461;
}
</style>
border-color css
<style>
span { border-color: #6F9461; }
span { border-color: rgb(111,148,97); }
td.TdClassName
{
border-color: #6F9461;
}
.TagClassName
{
border-color: #6F9461;
}
</style>