Shades of Oxley #689D80
Tints of Oxley #689D80
RGB
CMYK
RGB Variations
Color information
#689D80 (or 0x689D80) is known color: Oxley. HEX triplet: 68, 9D and 80. RGB value is (104,157,128). Sum of RGB (Red+Green+Blue) = 104+157+128=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #689D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D80 is #97627F. Grayscale: #898989. Windows color (decimal): -9921152 or 8428904. OLE color: 8428904.
HSL color Cylindrical-coordinate representation of color #689D80: hue angle of 147.17º 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 #689D80 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 128 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.38 |
| HSL | 147.17º | 0.21% | 0.51% | - |
| HSV(B) | 147.17º | 0.34% | 0.62% | - |
| XYZ | 21.66 | 28.62 | 24.8 | - |
| YUV | 137.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 128 | 0.34 | 0 | 0.18 | 0.38 | 147.17 | 0.21 | 0.51 |
| Hex | 68 | 9D | 80 | 22 | 0 | 12 | 26 | 93 | 15 | 33 |
| Octal | 150 | 235 | 200 | 42 | 0 | 22 | 46 | 223 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10000000 | 100010 | 0 | 10010 | 100110 | 10010011 | 10101 | 110011 |
Color Harmonies of #689D80
Complementary color
Monochromatic Colors of #689D80
Black with #689D80
Text Example
Text Example
White with #689D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D80; }
p { color: rgb(104,157,128); }
H1.HeaderClassName
{
color: #689D80;
}
.AnyTagClassName
{
color: #689D80;
}
</style>
background-color css
<style>
a { background-color: #689D80; }
a { background-color: rgb(104,157,128); }
div.DivClassName
{
background-color: #689D80;
}
.BgClassName
{
background-color: #689D80;
}
</style>
border-color css
<style>
span { border-color: #689D80; }
span { border-color: rgb(104,157,128); }
td.TdClassName
{
border-color: #689D80;
}
.TagClassName
{
border-color: #689D80;
}
</style>