Shades of Oxley #689076
Tints of Oxley #689076
RGB
CMYK
RGB Variations
Color information
#689076 (or 0x689076) is known color: Oxley. HEX triplet: 68, 90 and 76. RGB value is (104,144,118). Sum of RGB (Red+Green+Blue) = 104+144+118=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #689076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689076 is #976F89. Grayscale: #818181. Windows color (decimal): -9924490 or 7770216. OLE color: 7770216.
HSL color Cylindrical-coordinate representation of color #689076: hue angle of 141º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689076 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 118 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.44 |
| HSL | 141º | 0.16% | 0.49% | - |
| HSV(B) | 141º | 0.28% | 0.56% | - |
| XYZ | 18.95 | 24.2 | 20.81 | - |
| YUV | 129.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 118 | 0.28 | 0 | 0.18 | 0.44 | 141 | 0.16 | 0.49 |
| Hex | 68 | 90 | 76 | 1C | 0 | 12 | 2C | 8D | 10 | 31 |
| Octal | 150 | 220 | 166 | 34 | 0 | 22 | 54 | 215 | 20 | 61 |
| Binary | 1101000 | 10010000 | 1110110 | 11100 | 0 | 10010 | 101100 | 10001101 | 10000 | 110001 |
Color Harmonies of #689076
Complementary color
Monochromatic Colors of #689076
Black with #689076
Text Example
Text Example
White with #689076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689076; }
p { color: rgb(104,144,118); }
H1.HeaderClassName
{
color: #689076;
}
.AnyTagClassName
{
color: #689076;
}
</style>
background-color css
<style>
a { background-color: #689076; }
a { background-color: rgb(104,144,118); }
div.DivClassName
{
background-color: #689076;
}
.BgClassName
{
background-color: #689076;
}
</style>
border-color css
<style>
span { border-color: #689076; }
span { border-color: rgb(104,144,118); }
td.TdClassName
{
border-color: #689076;
}
.TagClassName
{
border-color: #689076;
}
</style>