Shades of Oxley #688F78
Tints of Oxley #688F78
RGB
CMYK
RGB Variations
Color information
#688F78 (or 0x688F78) is known color: Oxley. HEX triplet: 68, 8F and 78. RGB value is (104,143,120). Sum of RGB (Red+Green+Blue) = 104+143+120=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #688F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F78 is #977087. Grayscale: #808080. Windows color (decimal): -9924744 or 7901032. OLE color: 7901032.
HSL color Cylindrical-coordinate representation of color #688F78: hue angle of 144.62º 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 #688F78 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 120 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.44 |
| HSL | 144.62º | 0.16% | 0.48% | - |
| HSV(B) | 144.62º | 0.27% | 0.56% | - |
| XYZ | 18.92 | 23.94 | 21.39 | - |
| YUV | 128.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 120 | 0.27 | 0 | 0.16 | 0.44 | 144.62 | 0.16 | 0.48 |
| Hex | 68 | 8F | 78 | 1B | 0 | 10 | 2C | 91 | 10 | 30 |
| Octal | 150 | 217 | 170 | 33 | 0 | 20 | 54 | 221 | 20 | 60 |
| Binary | 1101000 | 10001111 | 1111000 | 11011 | 0 | 10000 | 101100 | 10010001 | 10000 | 110000 |
Color Harmonies of #688F78
Complementary color
Monochromatic Colors of #688F78
Black with #688F78
Text Example
Text Example
White with #688F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F78; }
p { color: rgb(104,143,120); }
H1.HeaderClassName
{
color: #688F78;
}
.AnyTagClassName
{
color: #688F78;
}
</style>
background-color css
<style>
a { background-color: #688F78; }
a { background-color: rgb(104,143,120); }
div.DivClassName
{
background-color: #688F78;
}
.BgClassName
{
background-color: #688F78;
}
</style>
border-color css
<style>
span { border-color: #688F78; }
span { border-color: rgb(104,143,120); }
td.TdClassName
{
border-color: #688F78;
}
.TagClassName
{
border-color: #688F78;
}
</style>