Shades of Oxley #689D73
Tints of Oxley #689D73
RGB
CMYK
RGB Variations
Color information
#689D73 (or 0x689D73) is known color: Oxley. HEX triplet: 68, 9D and 73. RGB value is (104,157,115). Sum of RGB (Red+Green+Blue) = 104+157+115=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #689D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D73 is #97628C. Grayscale: #888888. Windows color (decimal): -9921165 or 7576936. OLE color: 7576936.
HSL color Cylindrical-coordinate representation of color #689D73: hue angle of 132.45º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D73 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 115 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.38 |
| HSL | 132.45º | 0.21% | 0.51% | - |
| HSV(B) | 132.45º | 0.34% | 0.62% | - |
| XYZ | 20.86 | 28.29 | 20.58 | - |
| YUV | 136.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 115 | 0.34 | 0 | 0.27 | 0.38 | 132.45 | 0.21 | 0.51 |
| Hex | 68 | 9D | 73 | 22 | 0 | 1B | 26 | 84 | 15 | 33 |
| Octal | 150 | 235 | 163 | 42 | 0 | 33 | 46 | 204 | 25 | 63 |
| Binary | 1101000 | 10011101 | 1110011 | 100010 | 0 | 11011 | 100110 | 10000100 | 10101 | 110011 |
Color Harmonies of #689D73
Complementary color
Monochromatic Colors of #689D73
Black with #689D73
Text Example
Text Example
White with #689D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D73; }
p { color: rgb(104,157,115); }
H1.HeaderClassName
{
color: #689D73;
}
.AnyTagClassName
{
color: #689D73;
}
</style>
background-color css
<style>
a { background-color: #689D73; }
a { background-color: rgb(104,157,115); }
div.DivClassName
{
background-color: #689D73;
}
.BgClassName
{
background-color: #689D73;
}
</style>
border-color css
<style>
span { border-color: #689D73; }
span { border-color: rgb(104,157,115); }
td.TdClassName
{
border-color: #689D73;
}
.TagClassName
{
border-color: #689D73;
}
</style>