Shades of Oxley #688C75
Tints of Oxley #688C75
RGB
CMYK
RGB Variations
Color information
#688C75 (or 0x688C75) is known color: Oxley. HEX triplet: 68, 8C and 75. RGB value is (104,140,117). Sum of RGB (Red+Green+Blue) = 104+140+117=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #688C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C75 is #97738A. Grayscale: #7E7E7E. Windows color (decimal): -9925515 or 7703656. OLE color: 7703656.
HSL color Cylindrical-coordinate representation of color #688C75: hue angle of 141.67º 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 #688C75 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 117 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.45 |
| HSL | 141.67º | 0.15% | 0.48% | - |
| HSV(B) | 141.67º | 0.26% | 0.55% | - |
| XYZ | 18.3 | 22.98 | 20.3 | - |
| YUV | 126.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 117 | 0.26 | 0 | 0.16 | 0.45 | 141.67 | 0.15 | 0.48 |
| Hex | 68 | 8C | 75 | 1A | 0 | 10 | 2D | 8E | F | 30 |
| Octal | 150 | 214 | 165 | 32 | 0 | 20 | 55 | 216 | 17 | 60 |
| Binary | 1101000 | 10001100 | 1110101 | 11010 | 0 | 10000 | 101101 | 10001110 | 1111 | 110000 |
Color Harmonies of #688C75
Complementary color
Monochromatic Colors of #688C75
Black with #688C75
Text Example
Text Example
White with #688C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C75; }
p { color: rgb(104,140,117); }
H1.HeaderClassName
{
color: #688C75;
}
.AnyTagClassName
{
color: #688C75;
}
</style>
background-color css
<style>
a { background-color: #688C75; }
a { background-color: rgb(104,140,117); }
div.DivClassName
{
background-color: #688C75;
}
.BgClassName
{
background-color: #688C75;
}
</style>
border-color css
<style>
span { border-color: #688C75; }
span { border-color: rgb(104,140,117); }
td.TdClassName
{
border-color: #688C75;
}
.TagClassName
{
border-color: #688C75;
}
</style>