Shades of Xanadu #6F9263
Tints of Xanadu #6F9263
RGB
CMYK
RGB Variations
Color information
#6F9263 (or 0x6F9263) is known color: Xanadu. HEX triplet: 6F, 92 and 63. RGB value is (111,146,99). Sum of RGB (Red+Green+Blue) = 111+146+99=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9263 is #906D9C. Grayscale: #828282. Windows color (decimal): -9465245 or 6525551. OLE color: 6525551.
HSL color Cylindrical-coordinate representation of color #6F9263: hue angle of 104.68º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F9263 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 99 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.43 |
| HSL | 104.68º | 0.19% | 0.48% | - |
| HSV(B) | 104.68º | 0.32% | 0.57% | - |
| XYZ | 19.09 | 24.84 | 15.59 | - |
| YUV | 130.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 99 | 0.24 | 0 | 0.32 | 0.43 | 104.68 | 0.19 | 0.48 |
| Hex | 6F | 92 | 63 | 18 | 0 | 20 | 2B | 69 | 13 | 30 |
| Octal | 157 | 222 | 143 | 30 | 0 | 40 | 53 | 151 | 23 | 60 |
| Binary | 1101111 | 10010010 | 1100011 | 11000 | 0 | 100000 | 101011 | 1101001 | 10011 | 110000 |
Color Harmonies of #6F9263
Complementary color
Monochromatic Colors of #6F9263
Black with #6F9263
Text Example
Text Example
White with #6F9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9263; }
p { color: rgb(111,146,99); }
H1.HeaderClassName
{
color: #6F9263;
}
.AnyTagClassName
{
color: #6F9263;
}
</style>
background-color css
<style>
a { background-color: #6F9263; }
a { background-color: rgb(111,146,99); }
div.DivClassName
{
background-color: #6F9263;
}
.BgClassName
{
background-color: #6F9263;
}
</style>
border-color css
<style>
span { border-color: #6F9263; }
span { border-color: rgb(111,146,99); }
td.TdClassName
{
border-color: #6F9263;
}
.TagClassName
{
border-color: #6F9263;
}
</style>