Shades of Oxley #688F76
Tints of Oxley #688F76
RGB
CMYK
RGB Variations
Color information
#688F76 (or 0x688F76) is known color: Oxley. HEX triplet: 68, 8F and 76. RGB value is (104,143,118). Sum of RGB (Red+Green+Blue) = 104+143+118=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #688F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F76 is #977089. Grayscale: #808080. Windows color (decimal): -9924746 or 7769960. OLE color: 7769960.
HSL color Cylindrical-coordinate representation of color #688F76: hue angle of 141.54º 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 #688F76 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 118 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.44 |
| HSL | 141.54º | 0.16% | 0.48% | - |
| HSV(B) | 141.54º | 0.27% | 0.56% | - |
| XYZ | 18.8 | 23.9 | 20.76 | - |
| YUV | 128.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 118 | 0.27 | 0 | 0.17 | 0.44 | 141.54 | 0.16 | 0.48 |
| Hex | 68 | 8F | 76 | 1B | 0 | 11 | 2C | 8E | 10 | 30 |
| Octal | 150 | 217 | 166 | 33 | 0 | 21 | 54 | 216 | 20 | 60 |
| Binary | 1101000 | 10001111 | 1110110 | 11011 | 0 | 10001 | 101100 | 10001110 | 10000 | 110000 |
Color Harmonies of #688F76
Complementary color
Monochromatic Colors of #688F76
Black with #688F76
Text Example
Text Example
White with #688F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F76; }
p { color: rgb(104,143,118); }
H1.HeaderClassName
{
color: #688F76;
}
.AnyTagClassName
{
color: #688F76;
}
</style>
background-color css
<style>
a { background-color: #688F76; }
a { background-color: rgb(104,143,118); }
div.DivClassName
{
background-color: #688F76;
}
.BgClassName
{
background-color: #688F76;
}
</style>
border-color css
<style>
span { border-color: #688F76; }
span { border-color: rgb(104,143,118); }
td.TdClassName
{
border-color: #688F76;
}
.TagClassName
{
border-color: #688F76;
}
</style>