Shades of Oxley #689378
Tints of Oxley #689378
RGB
CMYK
RGB Variations
Color information
#689378 (or 0x689378) is known color: Oxley. HEX triplet: 68, 93 and 78. RGB value is (104,147,120). Sum of RGB (Red+Green+Blue) = 104+147+120=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #689378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689378 is #976C87. Grayscale: #838383. Windows color (decimal): -9923720 or 7902056. OLE color: 7902056.
HSL color Cylindrical-coordinate representation of color #689378: hue angle of 142.33º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689378 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 120 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.42 |
| HSL | 142.33º | 0.17% | 0.49% | - |
| HSV(B) | 142.33º | 0.29% | 0.58% | - |
| XYZ | 19.53 | 25.17 | 21.6 | - |
| YUV | 131.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 120 | 0.29 | 0 | 0.18 | 0.42 | 142.33 | 0.17 | 0.49 |
| Hex | 68 | 93 | 78 | 1D | 0 | 12 | 2A | 8E | 11 | 31 |
| Octal | 150 | 223 | 170 | 35 | 0 | 22 | 52 | 216 | 21 | 61 |
| Binary | 1101000 | 10010011 | 1111000 | 11101 | 0 | 10010 | 101010 | 10001110 | 10001 | 110001 |
Color Harmonies of #689378
Complementary color
Monochromatic Colors of #689378
Black with #689378
Text Example
Text Example
White with #689378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689378; }
p { color: rgb(104,147,120); }
H1.HeaderClassName
{
color: #689378;
}
.AnyTagClassName
{
color: #689378;
}
</style>
background-color css
<style>
a { background-color: #689378; }
a { background-color: rgb(104,147,120); }
div.DivClassName
{
background-color: #689378;
}
.BgClassName
{
background-color: #689378;
}
</style>
border-color css
<style>
span { border-color: #689378; }
span { border-color: rgb(104,147,120); }
td.TdClassName
{
border-color: #689378;
}
.TagClassName
{
border-color: #689378;
}
</style>