Shades of Oxley #678D78
Tints of Oxley #678D78
RGB
CMYK
RGB Variations
Color information
#678D78 (or 0x678D78) is known color: Oxley. HEX triplet: 67, 8D and 78. RGB value is (103,141,120). Sum of RGB (Red+Green+Blue) = 103+141+120=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #678D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678D78 is #987287. Grayscale: #7F7F7F. Windows color (decimal): -9990792 or 7900519. OLE color: 7900519.
HSL color Cylindrical-coordinate representation of color #678D78: hue angle of 146.84º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D78 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 120 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.45 |
| HSL | 146.84º | 0.16% | 0.48% | - |
| HSV(B) | 146.84º | 0.27% | 0.55% | - |
| XYZ | 18.51 | 23.29 | 21.29 | - |
| YUV | 127.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 120 | 0.27 | 0 | 0.15 | 0.45 | 146.84 | 0.16 | 0.48 |
| Hex | 67 | 8D | 78 | 1B | 0 | F | 2D | 93 | 10 | 30 |
| Octal | 147 | 215 | 170 | 33 | 0 | 17 | 55 | 223 | 20 | 60 |
| Binary | 1100111 | 10001101 | 1111000 | 11011 | 0 | 1111 | 101101 | 10010011 | 10000 | 110000 |
Color Harmonies of #678D78
Complementary color
Monochromatic Colors of #678D78
Black with #678D78
Text Example
Text Example
White with #678D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D78; }
p { color: rgb(103,141,120); }
H1.HeaderClassName
{
color: #678D78;
}
.AnyTagClassName
{
color: #678D78;
}
</style>
background-color css
<style>
a { background-color: #678D78; }
a { background-color: rgb(103,141,120); }
div.DivClassName
{
background-color: #678D78;
}
.BgClassName
{
background-color: #678D78;
}
</style>
border-color css
<style>
span { border-color: #678D78; }
span { border-color: rgb(103,141,120); }
td.TdClassName
{
border-color: #678D78;
}
.TagClassName
{
border-color: #678D78;
}
</style>