Shades of Oxley #689D77
Tints of Oxley #689D77
RGB
CMYK
RGB Variations
Color information
#689D77 (or 0x689D77) is known color: Oxley. HEX triplet: 68, 9D and 77. RGB value is (104,157,119). Sum of RGB (Red+Green+Blue) = 104+157+119=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #689D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D77 is #976288. Grayscale: #888888. Windows color (decimal): -9921161 or 7839080. OLE color: 7839080.
HSL color Cylindrical-coordinate representation of color #689D77: hue angle of 136.98º 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 #689D77 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 119 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.38 |
| HSL | 136.98º | 0.21% | 0.51% | - |
| HSV(B) | 136.98º | 0.34% | 0.62% | - |
| XYZ | 21.1 | 28.39 | 21.82 | - |
| YUV | 136.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 119 | 0.34 | 0 | 0.24 | 0.38 | 136.98 | 0.21 | 0.51 |
| Hex | 68 | 9D | 77 | 22 | 0 | 18 | 26 | 89 | 15 | 33 |
| Octal | 150 | 235 | 167 | 42 | 0 | 30 | 46 | 211 | 25 | 63 |
| Binary | 1101000 | 10011101 | 1110111 | 100010 | 0 | 11000 | 100110 | 10001001 | 10101 | 110011 |
Color Harmonies of #689D77
Complementary color
Monochromatic Colors of #689D77
Black with #689D77
Text Example
Text Example
White with #689D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D77; }
p { color: rgb(104,157,119); }
H1.HeaderClassName
{
color: #689D77;
}
.AnyTagClassName
{
color: #689D77;
}
</style>
background-color css
<style>
a { background-color: #689D77; }
a { background-color: rgb(104,157,119); }
div.DivClassName
{
background-color: #689D77;
}
.BgClassName
{
background-color: #689D77;
}
</style>
border-color css
<style>
span { border-color: #689D77; }
span { border-color: rgb(104,157,119); }
td.TdClassName
{
border-color: #689D77;
}
.TagClassName
{
border-color: #689D77;
}
</style>