Shades of Oxley #689D78
Tints of Oxley #689D78
RGB
CMYK
RGB Variations
Color information
#689D78 (or 0x689D78) is known color: Oxley. HEX triplet: 68, 9D and 78. RGB value is (104,157,120). Sum of RGB (Red+Green+Blue) = 104+157+120=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #689D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D78 is #976287. Grayscale: #898989. Windows color (decimal): -9921160 or 7904616. OLE color: 7904616.
HSL color Cylindrical-coordinate representation of color #689D78: hue angle of 138.11º 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 #689D78 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 120 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.38 |
| HSL | 138.11º | 0.21% | 0.51% | - |
| HSV(B) | 138.11º | 0.34% | 0.62% | - |
| XYZ | 21.16 | 28.41 | 22.14 | - |
| YUV | 136.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 120 | 0.34 | 0 | 0.24 | 0.38 | 138.11 | 0.21 | 0.51 |
| Hex | 68 | 9D | 78 | 22 | 0 | 18 | 26 | 8A | 15 | 33 |
| Octal | 150 | 235 | 170 | 42 | 0 | 30 | 46 | 212 | 25 | 63 |
| Binary | 1101000 | 10011101 | 1111000 | 100010 | 0 | 11000 | 100110 | 10001010 | 10101 | 110011 |
Color Harmonies of #689D78
Complementary color
Monochromatic Colors of #689D78
Black with #689D78
Text Example
Text Example
White with #689D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D78; }
p { color: rgb(104,157,120); }
H1.HeaderClassName
{
color: #689D78;
}
.AnyTagClassName
{
color: #689D78;
}
</style>
background-color css
<style>
a { background-color: #689D78; }
a { background-color: rgb(104,157,120); }
div.DivClassName
{
background-color: #689D78;
}
.BgClassName
{
background-color: #689D78;
}
</style>
border-color css
<style>
span { border-color: #689D78; }
span { border-color: rgb(104,157,120); }
td.TdClassName
{
border-color: #689D78;
}
.TagClassName
{
border-color: #689D78;
}
</style>