Shades of Oxley #689878
Tints of Oxley #689878
RGB
CMYK
RGB Variations
Color information
#689878 (or 0x689878) is known color: Oxley. HEX triplet: 68, 98 and 78. RGB value is (104,152,120). Sum of RGB (Red+Green+Blue) = 104+152+120=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #689878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689878 is #976787. Grayscale: #868686. Windows color (decimal): -9922440 or 7903336. OLE color: 7903336.
HSL color Cylindrical-coordinate representation of color #689878: hue angle of 140º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689878 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 120 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.40 |
| HSL | 140º | 0.19% | 0.5% | - |
| HSV(B) | 140º | 0.32% | 0.6% | - |
| XYZ | 20.33 | 26.76 | 21.86 | - |
| YUV | 134 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 120 | 0.32 | 0 | 0.21 | 0.40 | 140 | 0.19 | 0.5 |
| Hex | 68 | 98 | 78 | 20 | 0 | 15 | 28 | 8C | 13 | 32 |
| Octal | 150 | 230 | 170 | 40 | 0 | 25 | 50 | 214 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1111000 | 100000 | 0 | 10101 | 101000 | 10001100 | 10011 | 110010 |
Color Harmonies of #689878
Complementary color
Monochromatic Colors of #689878
Black with #689878
Text Example
Text Example
White with #689878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689878; }
p { color: rgb(104,152,120); }
H1.HeaderClassName
{
color: #689878;
}
.AnyTagClassName
{
color: #689878;
}
</style>
background-color css
<style>
a { background-color: #689878; }
a { background-color: rgb(104,152,120); }
div.DivClassName
{
background-color: #689878;
}
.BgClassName
{
background-color: #689878;
}
</style>
border-color css
<style>
span { border-color: #689878; }
span { border-color: rgb(104,152,120); }
td.TdClassName
{
border-color: #689878;
}
.TagClassName
{
border-color: #689878;
}
</style>