Shades of Oxley #688A73
Tints of Oxley #688A73
RGB
CMYK
RGB Variations
Color information
#688A73 (or 0x688A73) is known color: Oxley. HEX triplet: 68, 8A and 73. RGB value is (104,138,115). Sum of RGB (Red+Green+Blue) = 104+138+115=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #688A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A73 is #97758C. Grayscale: #7D7D7D. Windows color (decimal): -9926029 or 7572072. OLE color: 7572072.
HSL color Cylindrical-coordinate representation of color #688A73: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A73 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 115 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.46 |
| HSL | 139.41º | 0.14% | 0.47% | - |
| HSV(B) | 139.41º | 0.25% | 0.54% | - |
| XYZ | 17.89 | 22.36 | 19.59 | - |
| YUV | 125.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 115 | 0.25 | 0 | 0.17 | 0.46 | 139.41 | 0.14 | 0.47 |
| Hex | 68 | 8A | 73 | 19 | 0 | 11 | 2E | 8B | E | 2F |
| Octal | 150 | 212 | 163 | 31 | 0 | 21 | 56 | 213 | 16 | 57 |
| Binary | 1101000 | 10001010 | 1110011 | 11001 | 0 | 10001 | 101110 | 10001011 | 1110 | 101111 |
Color Harmonies of #688A73
Complementary color
Monochromatic Colors of #688A73
Black with #688A73
Text Example
Text Example
White with #688A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A73; }
p { color: rgb(104,138,115); }
H1.HeaderClassName
{
color: #688A73;
}
.AnyTagClassName
{
color: #688A73;
}
</style>
background-color css
<style>
a { background-color: #688A73; }
a { background-color: rgb(104,138,115); }
div.DivClassName
{
background-color: #688A73;
}
.BgClassName
{
background-color: #688A73;
}
</style>
border-color css
<style>
span { border-color: #688A73; }
span { border-color: rgb(104,138,115); }
td.TdClassName
{
border-color: #688A73;
}
.TagClassName
{
border-color: #688A73;
}
</style>