Shades of Oxley #688D78
Tints of Oxley #688D78
RGB
CMYK
RGB Variations
Color information
#688D78 (or 0x688D78) is known color: Oxley. HEX triplet: 68, 8D and 78. RGB value is (104,141,120). Sum of RGB (Red+Green+Blue) = 104+141+120=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #688D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D78 is #977287. Grayscale: #7F7F7F. Windows color (decimal): -9925256 or 7900520. OLE color: 7900520.
HSL color Cylindrical-coordinate representation of color #688D78: hue angle of 145.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688D78 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 120 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.45 |
| HSL | 145.95º | 0.15% | 0.48% | - |
| HSV(B) | 145.95º | 0.26% | 0.55% | - |
| XYZ | 18.62 | 23.35 | 21.29 | - |
| YUV | 127.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 120 | 0.26 | 0 | 0.15 | 0.45 | 145.95 | 0.15 | 0.48 |
| Hex | 68 | 8D | 78 | 1A | 0 | F | 2D | 92 | F | 30 |
| Octal | 150 | 215 | 170 | 32 | 0 | 17 | 55 | 222 | 17 | 60 |
| Binary | 1101000 | 10001101 | 1111000 | 11010 | 0 | 1111 | 101101 | 10010010 | 1111 | 110000 |
Color Harmonies of #688D78
Complementary color
Monochromatic Colors of #688D78
Black with #688D78
Text Example
Text Example
White with #688D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D78; }
p { color: rgb(104,141,120); }
H1.HeaderClassName
{
color: #688D78;
}
.AnyTagClassName
{
color: #688D78;
}
</style>
background-color css
<style>
a { background-color: #688D78; }
a { background-color: rgb(104,141,120); }
div.DivClassName
{
background-color: #688D78;
}
.BgClassName
{
background-color: #688D78;
}
</style>
border-color css
<style>
span { border-color: #688D78; }
span { border-color: rgb(104,141,120); }
td.TdClassName
{
border-color: #688D78;
}
.TagClassName
{
border-color: #688D78;
}
</style>