Shades of Xanadu #6F9368
Tints of Xanadu #6F9368
RGB
CMYK
RGB Variations
Color information
#6F9368 (or 0x6F9368) is known color: Xanadu. HEX triplet: 6F, 93 and 68. RGB value is (111,147,104). Sum of RGB (Red+Green+Blue) = 111+147+104=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9368 is #906C97. Grayscale: #838383. Windows color (decimal): -9464984 or 6853487. OLE color: 6853487.
HSL color Cylindrical-coordinate representation of color #6F9368: hue angle of 110.23º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9368 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 104 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.42 |
| HSL | 110.23º | 0.17% | 0.49% | - |
| HSV(B) | 110.23º | 0.29% | 0.58% | - |
| XYZ | 19.49 | 25.25 | 16.94 | - |
| YUV | 131.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 104 | 0.24 | 0 | 0.29 | 0.42 | 110.23 | 0.17 | 0.49 |
| Hex | 6F | 93 | 68 | 18 | 0 | 1D | 2A | 6E | 11 | 31 |
| Octal | 157 | 223 | 150 | 30 | 0 | 35 | 52 | 156 | 21 | 61 |
| Binary | 1101111 | 10010011 | 1101000 | 11000 | 0 | 11101 | 101010 | 1101110 | 10001 | 110001 |
Color Harmonies of #6F9368
Complementary color
Monochromatic Colors of #6F9368
Black with #6F9368
Text Example
Text Example
White with #6F9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9368; }
p { color: rgb(111,147,104); }
H1.HeaderClassName
{
color: #6F9368;
}
.AnyTagClassName
{
color: #6F9368;
}
</style>
background-color css
<style>
a { background-color: #6F9368; }
a { background-color: rgb(111,147,104); }
div.DivClassName
{
background-color: #6F9368;
}
.BgClassName
{
background-color: #6F9368;
}
</style>
border-color css
<style>
span { border-color: #6F9368; }
span { border-color: rgb(111,147,104); }
td.TdClassName
{
border-color: #6F9368;
}
.TagClassName
{
border-color: #6F9368;
}
</style>