Shades of Oxley #689F73
Tints of Oxley #689F73
RGB
CMYK
RGB Variations
Color information
#689F73 (or 0x689F73) is known color: Oxley. HEX triplet: 68, 9F and 73. RGB value is (104,159,115). Sum of RGB (Red+Green+Blue) = 104+159+115=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #689F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F73 is #97608C. Grayscale: #898989. Windows color (decimal): -9920653 or 7577448. OLE color: 7577448.
HSL color Cylindrical-coordinate representation of color #689F73: hue angle of 132º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F73 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 115 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.38 |
| HSL | 132º | 0.22% | 0.52% | - |
| HSV(B) | 132º | 0.35% | 0.62% | - |
| XYZ | 21.2 | 28.98 | 20.7 | - |
| YUV | 137.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 115 | 0.35 | 0 | 0.28 | 0.38 | 132 | 0.22 | 0.52 |
| Hex | 68 | 9F | 73 | 23 | 0 | 1C | 26 | 84 | 16 | 34 |
| Octal | 150 | 237 | 163 | 43 | 0 | 34 | 46 | 204 | 26 | 64 |
| Binary | 1101000 | 10011111 | 1110011 | 100011 | 0 | 11100 | 100110 | 10000100 | 10110 | 110100 |
Color Harmonies of #689F73
Complementary color
Monochromatic Colors of #689F73
Black with #689F73
Text Example
Text Example
White with #689F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F73; }
p { color: rgb(104,159,115); }
H1.HeaderClassName
{
color: #689F73;
}
.AnyTagClassName
{
color: #689F73;
}
</style>
background-color css
<style>
a { background-color: #689F73; }
a { background-color: rgb(104,159,115); }
div.DivClassName
{
background-color: #689F73;
}
.BgClassName
{
background-color: #689F73;
}
</style>
border-color css
<style>
span { border-color: #689F73; }
span { border-color: rgb(104,159,115); }
td.TdClassName
{
border-color: #689F73;
}
.TagClassName
{
border-color: #689F73;
}
</style>