Shades of Oxley #688F73
Tints of Oxley #688F73
RGB
CMYK
RGB Variations
Color information
#688F73 (or 0x688F73) is known color: Oxley. HEX triplet: 68, 8F and 73. RGB value is (104,143,115). Sum of RGB (Red+Green+Blue) = 104+143+115=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #688F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F73 is #97708C. Grayscale: #808080. Windows color (decimal): -9924749 or 7573352. OLE color: 7573352.
HSL color Cylindrical-coordinate representation of color #688F73: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688F73 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 115 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.44 |
| HSL | 136.92º | 0.16% | 0.48% | - |
| HSV(B) | 136.92º | 0.27% | 0.56% | - |
| XYZ | 18.63 | 23.83 | 19.84 | - |
| YUV | 128.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 115 | 0.27 | 0 | 0.20 | 0.44 | 136.92 | 0.16 | 0.48 |
| Hex | 68 | 8F | 73 | 1B | 0 | 14 | 2C | 89 | 10 | 30 |
| Octal | 150 | 217 | 163 | 33 | 0 | 24 | 54 | 211 | 20 | 60 |
| Binary | 1101000 | 10001111 | 1110011 | 11011 | 0 | 10100 | 101100 | 10001001 | 10000 | 110000 |
Color Harmonies of #688F73
Complementary color
Monochromatic Colors of #688F73
Black with #688F73
Text Example
Text Example
White with #688F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F73; }
p { color: rgb(104,143,115); }
H1.HeaderClassName
{
color: #688F73;
}
.AnyTagClassName
{
color: #688F73;
}
</style>
background-color css
<style>
a { background-color: #688F73; }
a { background-color: rgb(104,143,115); }
div.DivClassName
{
background-color: #688F73;
}
.BgClassName
{
background-color: #688F73;
}
</style>
border-color css
<style>
span { border-color: #688F73; }
span { border-color: rgb(104,143,115); }
td.TdClassName
{
border-color: #688F73;
}
.TagClassName
{
border-color: #688F73;
}
</style>