Shades of Oxley #689278
Tints of Oxley #689278
RGB
CMYK
RGB Variations
Color information
#689278 (or 0x689278) is known color: Oxley. HEX triplet: 68, 92 and 78. RGB value is (104,146,120). Sum of RGB (Red+Green+Blue) = 104+146+120=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #689278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689278 is #976D87. Grayscale: #828282. Windows color (decimal): -9923976 or 7901800. OLE color: 7901800.
HSL color Cylindrical-coordinate representation of color #689278: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689278 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 120 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.43 |
| HSL | 142.86º | 0.17% | 0.49% | - |
| HSV(B) | 142.86º | 0.29% | 0.57% | - |
| XYZ | 19.38 | 24.86 | 21.55 | - |
| YUV | 130.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 120 | 0.29 | 0 | 0.18 | 0.43 | 142.86 | 0.17 | 0.49 |
| Hex | 68 | 92 | 78 | 1D | 0 | 12 | 2B | 8F | 11 | 31 |
| Octal | 150 | 222 | 170 | 35 | 0 | 22 | 53 | 217 | 21 | 61 |
| Binary | 1101000 | 10010010 | 1111000 | 11101 | 0 | 10010 | 101011 | 10001111 | 10001 | 110001 |
Color Harmonies of #689278
Complementary color
Monochromatic Colors of #689278
Black with #689278
Text Example
Text Example
White with #689278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689278; }
p { color: rgb(104,146,120); }
H1.HeaderClassName
{
color: #689278;
}
.AnyTagClassName
{
color: #689278;
}
</style>
background-color css
<style>
a { background-color: #689278; }
a { background-color: rgb(104,146,120); }
div.DivClassName
{
background-color: #689278;
}
.BgClassName
{
background-color: #689278;
}
</style>
border-color css
<style>
span { border-color: #689278; }
span { border-color: rgb(104,146,120); }
td.TdClassName
{
border-color: #689278;
}
.TagClassName
{
border-color: #689278;
}
</style>